summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorobache <obache>2013-10-30 11:43:03 +0000
committerobache <obache>2013-10-30 11:43:03 +0000
commitb03e8b860689a808a455f6c29858f297b5e72b4c (patch)
tree6263355ab665d58f40b46b6e0ccd88a50aad0c47 /www
parent46ea0b194ddd203c65096442549b4d3592d364b5 (diff)
downloadpkgsrc-b03e8b860689a808a455f6c29858f297b5e72b4c.tar.gz
Fixes typo in external-acl-helper part, from Edgar Fuss.
Diffstat (limited to 'www')
-rw-r--r--www/squid3/options.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/squid3/options.mk b/www/squid3/options.mk
index 1d27352702a..7816c3d16e9 100644
--- a/www/squid3/options.mk
+++ b/www/squid3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2013/05/16 12:04:57 obache Exp $
+# $NetBSD: options.mk,v 1.8 2013/10/30 11:43:03 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.squid
PKG_SUPPORTED_OPTIONS= inet6 snmp ssl squid-backend-aufs squid-backend-diskd \
@@ -196,10 +196,10 @@ CONFIGURE_ARGS+= --enable-external-acl-helpers=${SQUID_EXTERNAL_ACL_HELPERS:Q}
. for i in ${SQUID_EXTERNAL_ACL_HELPERS}
PLIST.eacl_${i}= yes
. endfor
-.PHONY: squid-enable-helper-external_auth
-pre-configure: squid-enable-helper-external_auth
-squid-enable-helper-external_auth:
-. for i in ${SQUID_EXTERNAL_AUTH_HELPERS}
- ${ECHO} "exit 0" > ${WRKSRC}/helpers/external_auth/${i}/config.test
+.PHONY: squid-enable-helper-external_acl
+pre-configure: squid-enable-helper-external_acl
+squid-enable-helper-external_acl:
+. for i in ${SQUID_EXTERNAL_ACL_HELPERS}
+ ${ECHO} "exit 0" > ${WRKSRC}/helpers/external_acl/${i}/config.test
. endfor
.endif