summaryrefslogtreecommitdiff
path: root/www/squid31/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-01-07 18:49:07 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-01-07 18:49:07 +0000
commitb5e5e70ca2e3c953a526b3137d5cdb4e8501a9b7 (patch)
treea2358cad551c996c5af5f69b8039c3bb5ca53452 /www/squid31/Makefile
parentUpgrade Kaffe to version 0.7.0. (diff)
Update 1.1.2 -> 1.1.3
Notes
Notes: svn path=/head/; revision=5256
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r--www/squid31/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile
index 74ea18ce35bb..637abb11b1bd 100644
--- a/www/squid31/Makefile
+++ b/www/squid31/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; \