summaryrefslogtreecommitdiffstats
path: root/www/squid27
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-12-28 11:03:28 +0000
committeredwin <edwin@FreeBSD.org>2003-12-28 11:03:28 +0000
commite66714a462cf0da18adc5de1950e7cb1d6bcd5dd (patch)
tree6c66ac2ca6687e0058ea891ee3ca3febe927c650 /www/squid27
parent9d2d431aceb67cce6059dc863bc56e636f3eb411 (diff)
downloadFreeBSD-ports-e66714a462cf0da18adc5de1950e7cb1d6bcd5dd.zip
FreeBSD-ports-e66714a462cf0da18adc5de1950e7cb1d6bcd5dd.tar.gz
Uncomment the lines I needed to test the port. Mea Culpa.
*grabs pointy hat*
Diffstat (limited to 'www/squid27')
-rw-r--r--www/squid27/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile
index 359259f..d711064 100644
--- a/www/squid27/Makefile
+++ b/www/squid27/Makefile
@@ -152,12 +152,12 @@ post-install:
.endfor
@if [ ! -d ${PREFIX}/squid/logs ]; then \
${MKDIR} ${PREFIX}/squid/logs; \
+ ${CHOWN} nobody:nogroup ${PREFIX}/squid/logs; \
fi
-# ${CHOWN} nobody:nogroup ${PREFIX}/squid/logs; \
@if [ ! -d ${PREFIX}/squid/cache ]; then \
${MKDIR} ${PREFIX}/squid/cache; \
+ ${CHOWN} nobody:nogroup ${PREFIX}/squid/cache; \
fi
-# ${CHOWN} nobody:nogroup ${PREFIX}/squid/cache; \
@if [ ! -f ${PREFIX}/etc/rc.d/squid.sh ]; then \
${ECHO} "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/squid.sh ${PREFIX}/etc/rc.d/squid.sh; \
OpenPOWER on IntegriCloud