diff options
author | asami <asami@FreeBSD.org> | 1998-02-16 13:16:43 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-16 13:16:43 +0000 |
commit | 161286c7beaad204d1e399df90d5ae40a53462b6 (patch) | |
tree | 7abaab41f29530fc0f65f3f6ba4405828752275d /www/squid27 | |
parent | 4aea95fc0f8df02f82f4fbb0be5b054149ffb5f1 (diff) | |
download | FreeBSD-ports-161286c7beaad204d1e399df90d5ae40a53462b6.zip FreeBSD-ports-161286c7beaad204d1e399df90d5ae40a53462b6.tar.gz |
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 'www/squid27')
-rw-r--r-- | www/squid27/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index a12acc4..042c1a6 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.42 1998/02/14 03:12:37 peter Exp $ +# $Id: Makefile,v 1.43 1998/02/14 14:36:12 peter Exp $ # DISTNAME= squid-1.2.beta14 @@ -28,6 +28,7 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ --localstatedir=${PREFIX}/squid STRIP= # won't install scripts correctly othervise. MAKEFILE= makefile +NO_LATEST_LINK= yes # Some other configure options.. # - Compile and use the malloc package from Doug Lea |