summaryrefslogtreecommitdiff
path: root/www/squid27
diff options
context:
space:
mode:
Diffstat (limited to 'www/squid27')
-rw-r--r--www/squid27/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid27/pkg-install b/www/squid27/pkg-install
index f2088a460b3a..2b6052e5aa11 100644
--- a/www/squid27/pkg-install
+++ b/www/squid27/pkg-install
@@ -20,7 +20,7 @@ case $2 in
echo " You'd certainly like to pay attention to the"
echo " ACTUAL locations of cache \"spool\", logfiles, pidfile!"
tput me
- read skip
+ if [ -z "${PACKAGE_BUILDING}" ]; then read skip; fi
chown root:wheel ${PREFIX:-/usr/local}/etc/squid/squid.conf*
chmod 644 ${PREFIX:-/usr/local}/etc/squid/squid.conf*
[ -f ${PREFIX:-/usr/local}/etc/squid/squid.conf ] || \