summaryrefslogtreecommitdiff
path: root/www/squid27
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-02-14 14:36:12 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-02-14 14:36:12 +0000
commitecceedd1fbca5904da7f16b8e9ab86476cbe22bc (patch)
tree0bc5c53db8bbee6e1051488a07450b753bd83ea5 /www/squid27
parentfix invalid ctlinnd option (stop) (diff)
Argh.. yet another botch.. Sigh.. :-/
Pointed out by: Evan Champion <evanc@synapse.net>
Notes
Notes: svn path=/head/; revision=9717
Diffstat (limited to 'www/squid27')
-rw-r--r--www/squid27/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile
index a3cf079adff3..a12acc46b717 100644
--- a/www/squid27/Makefile
+++ b/www/squid27/Makefile
@@ -3,7 +3,7 @@
# Date created: Thu Nov 7 00:53:18 WST 1996
# Whom: Peter Wemm <peter@freebsd.org>
#
-# $Id: Makefile,v 1.41 1998/02/09 01:35:20 peter Exp $
+# $Id: Makefile,v 1.42 1998/02/14 03:12:37 peter Exp $
#
DISTNAME= squid-1.2.beta14
@@ -71,8 +71,8 @@ post-install:
fi
.endfor
.for file in cachemgr.cgi dnsserver pinger unlinkd
- if [ -f ${PREFIX}/sbin/${file} ] ; then \
- strip ${PREFIX}/sbin/${file} ; \
+ if [ -f ${PREFIX}/libexec/${file} ] ; then \
+ strip ${PREFIX}/libexec/${file} ; \
fi
.endfor
${MKDIR} ${PREFIX}/squid/logs