diff options
author | peter <peter@FreeBSD.org> | 1996-11-15 12:42:06 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-11-15 12:42:06 +0000 |
commit | a0bd728cdc5d3b4af6e1101a81440c1595b9e9b5 (patch) | |
tree | 860c84d3ed864cc06d723979eb06e93086ff5778 /www/squid24/Makefile | |
parent | cf4850274b153ae66aeae96dd1cb06a8ac511a1d (diff) | |
download | FreeBSD-ports-a0bd728cdc5d3b4af6e1101a81440c1595b9e9b5.zip FreeBSD-ports-a0bd728cdc5d3b4af6e1101a81440c1595b9e9b5.tar.gz |
Update 1.1.beta16 -> 1.1.beta19
Mostly bug fixes.
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'www/squid24/Makefile')
-rw-r--r-- | www/squid24/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/squid24/Makefile b/www/squid24/Makefile index 0119464..1877dea 100644 --- a/www/squid24/Makefile +++ b/www/squid24/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.1.beta16 +# Version required: 1.1.beta19 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.5 1996/11/12 08:26:06 peter Exp $ +# $Id: Makefile,v 1.6 1996/11/12 08:38:31 peter Exp $ # -DISTNAME= squid-1.1.beta16 -PKGNAME= squid-1.1b16 +DISTNAME= squid-1.1.beta19 +PKGNAME= squid-1.1b19 CATEGORIES+= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1.beta/ \ @@ -29,8 +29,8 @@ post-install: .for file in cachemgr.cgi client dnsserver ftpget pinger squid strip ${PREFIX}/sbin/${file} .endfor - ${MKDIR} ${PREFIX}/squid/logs - ${MKDIR} ${PREFIX}/squid/cache + ${MKDIR} -p ${PREFIX}/squid/logs + ${MKDIR} -p ${PREFIX}/squid/cache @if [ ! -f ${PREFIX}/etc/rc.d/squid.sh ]; then \ echo "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/squid.sh; \ |