diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-09-07 13:08:53 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-09-07 13:08:53 +0000 |
commit | f099b4defb3550002461d708ffb886825d3665b1 (patch) | |
tree | 56ab1a4cf7849511385ed28944d066a17eabd3dd /www/squid31/Makefile | |
parent | Change xpat2 to be sgid games instead of suid games. In addition to (diff) |
Update 1.1.15 -> 1.1.16. Minor fixes - the ChangeLog has the details.
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r-- | www/squid31/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 53978d0d888a..d5cc589da589 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: squid -# Version required: 1.1.15 +# Version required: 1.1.16 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.30 1997/07/18 05:06:49 peter Exp $ +# $Id: Makefile,v 1.31 1997/08/13 02:59:41 peter Exp $ # -DISTNAME= squid-1.1.15 +DISTNAME= squid-1.1.16 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.15 +DIST_SUBDIR= squid1.1.16 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/squid --bindir=${PREFIX}/sbin \ |