diff options
Diffstat (limited to 'www/squid22/Makefile')
-rw-r--r-- | www/squid22/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/squid22/Makefile b/www/squid22/Makefile index d5cc589da58..6ebd24d000b 100644 --- a/www/squid22/Makefile +++ b/www/squid22/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: squid -# Version required: 1.1.16 +# Version required: 1.1.17 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.31 1997/08/13 02:59:41 peter Exp $ +# $Id: Makefile,v 1.32 1997/09/07 13:08:51 peter Exp $ # -DISTNAME= squid-1.1.16 +DISTNAME= squid-1.1.17 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1/ \ @@ -20,7 +20,7 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.1.16 +DIST_SUBDIR= squid1.1.17 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/squid --bindir=${PREFIX}/sbin \ |