diff options
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 801629c8f88e..a5a64406d815 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: squid -# Version required: 1.1.9 +# Version required: 1.1.910 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.25 1997/03/23 15:43:41 peter Exp $ +# $Id: Makefile,v 1.26 1997/03/31 11:14:41 peter Exp $ # -DISTNAME= squid-1.1.9 +DISTNAME= squid-1.1.10 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1/ \ @@ -15,12 +15,12 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.1/ EXTRACT_SUFX= -src.tar.gz -#PATCH_SITES+= http://squid.nlanr.net/Squid/1.1/1.1.9/ +#PATCH_SITES+= http://squid.nlanr.net/Squid/1.1/1.1.10/ #PATCHFILES+= fixes.patch MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid119 +DIST_SUBDIR= squid1110 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/squid --bindir=${PREFIX}/sbin \ |