diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-10-25 02:51:14 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-10-25 02:51:14 +0000 |
commit | 917f170330dbe6026ea36852509d98da75e935b8 (patch) | |
tree | 2d96c3d74d5e5b28d4602c90a6eac14f33f10963 /www/squid27/Makefile | |
parent | Point to new MASTER_SITES, author moved on from CMU. (diff) |
Update 1.1.16 -> 1.1.17
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index d5cc589da589..6ebd24d000bc 100644 --- a/www/squid27/Makefile +++ b/www/squid27/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 \ |