diff options
Diffstat (limited to 'www/squid22/Makefile')
-rw-r--r-- | www/squid22/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/squid22/Makefile b/www/squid22/Makefile index 74ea18ce35bb..637abb11b1bd 100644 --- a/www/squid22/Makefile +++ b/www/squid22/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: squid -# Version required: 1.1.2 +# Version required: 1.1.3 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.15 1996/12/16 06:42:14 peter Exp $ +# $Id: Makefile,v 1.16 1996/12/26 22:00:45 peter Exp $ # -DISTNAME= squid-1.1.2 +DISTNAME= squid-1.1.3 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1/ \ @@ -28,8 +28,8 @@ post-install: .for file in cachemgr.cgi client dnsserver ftpget pinger squid strip ${PREFIX}/sbin/${file} .endfor - ${MKDIR} -p ${PREFIX}/squid/logs - ${MKDIR} -p ${PREFIX}/squid/cache + ${MKDIR} ${PREFIX}/squid/logs + ${MKDIR} ${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; \ |