diff options
author | asami <asami@FreeBSD.org> | 1998-02-16 21:16:43 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-16 21:16:43 +0800 |
commit | 161286c7beaad204d1e399df90d5ae40a53462b6 (patch) | |
tree | 7abaab41f29530fc0f65f3f6ba4405828752275d /ftp/ncftp3 | |
parent | 4aea95fc0f8df02f82f4fbb0be5b054149ffb5f1 (diff) | |
download | freebsd-ports-gnome-161286c7beaad204d1e399df90d5ae40a53462b6.tar.gz freebsd-ports-gnome-161286c7beaad204d1e399df90d5ae40a53462b6.tar.zst freebsd-ports-gnome-161286c7beaad204d1e399df90d5ae40a53462b6.zip |
Define NO_LATEST_LINK for net/ncftp3 and www/squid12 because these are
unstable betas with better versions in the tree. (There are probably more
but these were the only ones I could pull off the top of my head.)
Diffstat (limited to 'ftp/ncftp3')
-rw-r--r-- | ftp/ncftp3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index 471adda391a9..9cd190ccd79c 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -4,7 +4,7 @@ # Date created: 4 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.42 1998/01/31 17:49:54 jseger Exp $ +# $Id: Makefile,v 1.43 1998/02/13 04:36:53 obrien Exp $ # DISTNAME= ncftp-3.0beta9-src @@ -18,6 +18,7 @@ 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 pre-build: cd ${WRKSRC}/Strn ; make so |