From 6a249b7fff68f007a229cd040493bcc7083b587a Mon Sep 17 00:00:00 2001 From: kuriyama Date: Sat, 13 Dec 2003 13:35:48 +0000 Subject: o Allow to use $SQUID_CONFIGURE_ARGS in /etc/make.conf for additional $CONFIGURE_ARGS. No response from: maintainer --- www/squid26/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/squid26') diff --git a/www/squid26/Makefile b/www/squid26/Makefile index fc405c6b3f46..4d73a62b31f5 100644 --- a/www/squid26/Makefile +++ b/www/squid26/Makefile @@ -61,7 +61,7 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ --enable-removal-policies="lru heap" \ --enable-auth=basic --enable-basic-auth-helpers="NCSA PAM YP" \ --enable-external-acl-helpers="ip_user unix_group" \ - --enable-underscores + --enable-underscores ${SQUID_CONFIGURE_ARGS} MAKEFILE= Makefile MAN8= pam_auth.8 squid_unix_group.8 squid.8 -- cgit