diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-06 23:20:09 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-06 23:20:09 +0000 |
commit | 8a21e5cdb2ab46ca5a81dac55fc92a8427569b0c (patch) | |
tree | 73e6d58abb521a7bd625a58fe2b96838727f386e | |
parent | 402c6b0a851a6c545216200015f3598ca6bec636 (diff) | |
download | ports-8a21e5cdb2ab46ca5a81dac55fc92a8427569b0c.tar.gz ports-8a21e5cdb2ab46ca5a81dac55fc92a8427569b0c.zip |
Notes
-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 |