diff options
author | tron <tron@pkgsrc.org> | 2000-10-10 10:28:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-10-10 10:28:39 +0000 |
commit | 64d1c52ea76c92f69489974dc2f7b296b80a80f5 (patch) | |
tree | bae127ef0a1ecb3f63fa6da04bc800133aba73cc /www/squid | |
parent | a4ca7a34ffbdfa441898ac6610f035bd96c8c8e9 (diff) | |
download | pkgsrc-64d1c52ea76c92f69489974dc2f7b296b80a80f5.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 \ |