diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-05-28 23:41:40 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-05-28 23:41:40 +0800 |
commit | 9c3b4e694be0f3e80a628642e30eb892a47ff095 (patch) | |
tree | 3baeba91d31493b446effd20e278eda05c7583d6 | |
parent | e7bef3d6912a0006533afd0de166cceea27b08ca (diff) | |
download | freebsd-ports-gnome-9c3b4e694be0f3e80a628642e30eb892a47ff095.tar.gz freebsd-ports-gnome-9c3b4e694be0f3e80a628642e30eb892a47ff095.tar.zst freebsd-ports-gnome-9c3b4e694be0f3e80a628642e30eb892a47ff095.zip |
Update port to version 2.3.11.
-rw-r--r-- | ftp/lftp/Makefile | 5 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 2 | ||||
-rw-r--r-- | ftp/lftp/pkg-plist | 1 |
3 files changed, 6 insertions, 2 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index a41d8a6d3f91..471499a38185 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 2.3.9 +PORTVERSION= 2.3.11 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ${MASTER_SITE_SUNSITE} @@ -30,6 +30,9 @@ pre-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf.sample +# remove some empty directories + ${RMDIR} ${PREFIX}/lib/lftp/2.3.11 + ${RMDIR} ${PREFIX}/lib/lftp .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/lftp .for file in COPYING FAQ NEWS README THANKS TODO diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index 119e14074378..e5869a04bbad 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1 +1 @@ -MD5 (lftp-2.3.9.tar.bz2) = 160fea2933b23d5dc5fab498f7b3ae09 +MD5 (lftp-2.3.11.tar.bz2) = f67a0dc877f892fa6c1eedbbc1520c66 diff --git a/ftp/lftp/pkg-plist b/ftp/lftp/pkg-plist index fd223abd3c0e..4931e6d2942d 100644 --- a/ftp/lftp/pkg-plist +++ b/ftp/lftp/pkg-plist @@ -21,5 +21,6 @@ share/locale/pl/LC_MESSAGES/lftp.mo share/locale/pt_BR/LC_MESSAGES/lftp.mo share/locale/ru/LC_MESSAGES/lftp.mo share/locale/zh_CN/LC_MESSAGES/lftp.mo +share/locale/zh_TW/LC_MESSAGES/lftp.mo %%PORTDOCS%%@dirrm share/doc/lftp @dirrm share/lftp |