summaryrefslogtreecommitdiff
path: root/www/squid23
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 17:21:59 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 17:21:59 +0000
commit81bb6bf339258e02428d8ca55b41a368aefb000a (patch)
tree33a50123f6624e1297a2734a8c5d91ef6e7c0c10 /www/squid23
parentMove this port's distfiles into its own subdirectory to avoid conflicts (diff)
Don't require interaction on install while PACKAGE_BUILDING.
Notes
Notes: svn path=/head/; revision=19662
Diffstat (limited to 'www/squid23')
-rw-r--r--www/squid23/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid23/pkg-install b/www/squid23/pkg-install
index f2088a460b3a..2b6052e5aa11 100644
--- a/www/squid23/pkg-install
+++ b/www/squid23/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 ] || \