summaryrefslogtreecommitdiff
path: root/www/squid23/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-11-15 12:42:06 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-11-15 12:42:06 +0000
commitedd507d74bb885833568880586ce68dbc328c940 (patch)
tree1b19c463922801b1977fd0e0386a9582f2ca52f7 /www/squid23/Makefile
parentAdded mgdiff. (diff)
Update 1.1.beta16 -> 1.1.beta19
Mostly bug fixes. Reviewed by: Submitted by: Obtained from:
Notes
Notes: svn path=/head/; revision=4478
Diffstat (limited to 'www/squid23/Makefile')
-rw-r--r--www/squid23/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/squid23/Makefile b/www/squid23/Makefile
index 0119464d6532..1877deaf360c 100644
--- a/www/squid23/Makefile
+++ b/www/squid23/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; \