diff options
author | peter <peter@FreeBSD.org> | 1997-09-07 21:08:53 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-09-07 21:08:53 +0800 |
commit | f7ad9990f74f2bad763ad8e069d3633b45962a2d (patch) | |
tree | 65740d50aa6134166b6766100a9efe0ca51f92e6 /www/squid24/Makefile | |
parent | 37dda8afd336716a142859612039a7f18546bc21 (diff) | |
download | freebsd-ports-gnome-f7ad9990f74f2bad763ad8e069d3633b45962a2d.tar.gz freebsd-ports-gnome-f7ad9990f74f2bad763ad8e069d3633b45962a2d.tar.zst freebsd-ports-gnome-f7ad9990f74f2bad763ad8e069d3633b45962a2d.zip |
Update 1.1.15 -> 1.1.16. Minor fixes - the ChangeLog has the details.
Diffstat (limited to 'www/squid24/Makefile')
-rw-r--r-- | www/squid24/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/squid24/Makefile b/www/squid24/Makefile index 53978d0d888a..d5cc589da589 100644 --- a/www/squid24/Makefile +++ b/www/squid24/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 \ |