diff options
author | ache <ache@FreeBSD.org> | 1998-08-14 07:29:31 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-08-14 07:29:31 +0800 |
commit | 6d192a7f677501004075b4a8b8405980bd7c7aef (patch) | |
tree | 8687db57089c6fa0dffd0704ee4bbb99c1fdd930 /ftp | |
parent | 7be1e173c398a289cacc006bb0bc2bf11a684bf2 (diff) | |
download | freebsd-ports-graphics-6d192a7f677501004075b4a8b8405980bd7c7aef.tar.gz freebsd-ports-graphics-6d192a7f677501004075b4a8b8405980bd7c7aef.tar.zst freebsd-ports-graphics-6d192a7f677501004075b4a8b8405980bd7c7aef.zip |
remove NO_LATEST_LINK - this port not conflicts with existen ncftp*
installations
Diffstat (limited to 'ftp')
-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 52af4f2b32c..42e38eddeed 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 |