pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/squid3 Fixes typo in external-acl-helper part, fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52ad3090eca9
branches:  trunk
changeset: 626032:52ad3090eca9
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Oct 30 11:43:03 2013 +0000

description:
Fixes typo in external-acl-helper part, from Edgar Fuss.

diffstat:

 www/squid3/options.mk |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 851980cf083c -r 52ad3090eca9 www/squid3/options.mk
--- a/www/squid3/options.mk     Wed Oct 30 11:30:36 2013 +0000
+++ b/www/squid3/options.mk     Wed Oct 30 11:43:03 2013 +0000
@@ -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 @@
 .  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



Home | Main Index | Thread Index | Old Index