diff options
-rw-r--r-- | ftp/lftp/Makefile | 9 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 7c503c3f35ba..8342359a2535 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: lftp -# Version required: 2.0.1 +# Version required: 2.0.3 # Date created: 11 September 1997 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= lftp-2.0.1 +DISTNAME= lftp-2.0.3 CATEGORIES= ftp -MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ +MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network/file-transfer @@ -19,6 +19,9 @@ CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" MAN1= lftp.1 ftpget.1 +post-extract: + @ ${CP} ${FILESDIR}/nameser.h ${WRKSRC}/src + post-install: @ ${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf.sample .if !defined(NOPORTDOCS) diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index eced58310863..29530fc91d75 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1 +1 @@ -MD5 (lftp-2.0.1.tar.gz) = f031471c50808c0c8330d6f486526637 +MD5 (lftp-2.0.3.tar.gz) = e793d0ec0555925c98194600fbc310d1 |