summaryrefslogtreecommitdiffstats
path: root/www/squid
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-02-14 14:36:12 +0000
committerpeter <peter@FreeBSD.org>1998-02-14 14:36:12 +0000
commit669cc85bdba0ee048e1b59c7bf3b0df4bfb78349 (patch)
tree34ab45b56260b1c807f56e771a4818288d577e12 /www/squid
parent31d88fb7c10a9712426b6aec9ff55c1c07200fe5 (diff)
downloadFreeBSD-ports-669cc85bdba0ee048e1b59c7bf3b0df4bfb78349.zip
FreeBSD-ports-669cc85bdba0ee048e1b59c7bf3b0df4bfb78349.tar.gz
Argh.. yet another botch.. Sigh.. :-/
Pointed out by: Evan Champion <evanc@synapse.net>
Diffstat (limited to 'www/squid')
-rw-r--r--www/squid/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index a3cf079..a12acc4 100644
--- a/www/squid/Makefile
+++ b/www/squid/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
OpenPOWER on IntegriCloud