diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-02-16 13:16:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-02-16 13:16:43 +0000 |
commit | d44a58abe93c0438399abf75a1122f6f7a523953 (patch) | |
tree | 1637c0c693c88b983271a86d8fc39ff7098367ec /www/squid24/Makefile | |
parent | Mark this port broken, doesn't package. (I put BROKEN in the beginning, (diff) |
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.)
Notes
Notes:
svn path=/head/; revision=9754
Diffstat (limited to 'www/squid24/Makefile')
-rw-r--r-- | www/squid24/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/squid24/Makefile b/www/squid24/Makefile index a12acc46b717..042c1a692f6b 100644 --- a/www/squid24/Makefile +++ b/www/squid24/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 |