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 /ftp/lftp/Makefile | |
parent | Nuke tclX75 (diff) |
Update to version 2.0.3.
PR: 13077
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=21335
Diffstat (limited to 'ftp/lftp/Makefile')
-rw-r--r-- | ftp/lftp/Makefile | 9 |
1 files changed, 6 insertions, 3 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) |