diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-08-13 23:29:31 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-08-13 23:29:31 +0000 |
commit | 78810d5493e441825fe7b874ac126b3c87b411f6 (patch) | |
tree | a522ba2cf233c255eeaaedf5dd345c47b7a7858c /ftp/ncftp3 | |
parent | 05181bbf6d9a1e6b404fbbafed8cdf95d71a08b4 (diff) | |
download | ports-78810d5493e441825fe7b874ac126b3c87b411f6.tar.gz ports-78810d5493e441825fe7b874ac126b3c87b411f6.zip |
Notes
Diffstat (limited to 'ftp/ncftp3')
-rw-r--r-- | ftp/ncftp3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index 52af4f2b32c0..42e38eddeedd 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -4,7 +4,7 @@ # Date created: 4 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.53 1998/08/13 23:25:16 ache Exp $ +# $Id: Makefile,v 1.54 1998/08/13 23:26:43 ache Exp $ # DISTNAME= ncftp-3.0beta14-src @@ -18,7 +18,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} GNU_CONFIGURE= yes MAN1= ncftp3.1 ncftpbatch.1 ncftpget.1 ncftpls.1 ncftpput.1 MAN3= Strn.3 -NO_LATEST_LINK= yes post-patch: @${MV} ${WRKSRC}/ncftp/pref.h ${WRKSRC}/ncftp/pref.h.in |