diff options
author | tron <tron> | 2000-10-10 10:28:39 +0000 |
---|---|---|
committer | tron <tron> | 2000-10-10 10:28:39 +0000 |
commit | 90ea21eec6d6503b12585ae680e995e5daa6101c (patch) | |
tree | bae127ef0a1ecb3f63fa6da04bc800133aba73cc /www/squid | |
parent | f8f6805bf3aad47e71d9b74354087c39da1f00f8 (diff) | |
download | pkgsrc-90ea21eec6d6503b12585ae680e995e5daa6101c.tar.gz |
Use correct spelling "--enable-delay-pools" in configuration options.
Problem noted by Olaf Seibert in private e-mail.
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 516c3d3d453..fbdf80b7fad 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2000/09/05 09:33:18 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2000/10/10 10:28:39 tron Exp $ DISTNAME= squid-2.3.STABLE3-src PKGNAME= squid-2.3s3 @@ -37,7 +37,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} .include "../../mk/bsd.prefs.mk" # Configuration options which can be overwritten by the user. SQUID_CONFIGURE_ARGS?= --enable-cachemgr-hostname=localhost \ - --enable-delay-pool \ + --enable-delay-pools \ --enable-icmp \ --enable-ipf-transparent \ --enable-snmp \ |