summaryrefslogtreecommitdiff
path: root/www/squid3
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2013-12-11 14:55:02 +0000
committertron <tron@pkgsrc.org>2013-12-11 14:55:02 +0000
commita9dce53cc048dcbe68f72a5c91259fa9116cd900 (patch)
treeb19e523c877e4d6029de21ca6ccb66726861d811 /www/squid3
parent41cee7cff87fe2f988bf420abf08ac96e9fc6484 (diff)
downloadpkgsrc-a9dce53cc048dcbe68f72a5c91259fa9116cd900.tar.gz
Fix path to Perl interpreter in "libexec/cert_valid.pl".
Bump package revision because the binary got changed.
Diffstat (limited to 'www/squid3')
-rw-r--r--www/squid3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/squid3/Makefile b/www/squid3/Makefile
index 9917c7be544..2460eacb822 100644
--- a/www/squid3/Makefile
+++ b/www/squid3/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2013/12/10 14:48:26 adam Exp $
+# $NetBSD: Makefile,v 1.22 2013/12/11 14:55:02 tron Exp $
DISTNAME= squid-3.4.1
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PKGVERSION_NOREV:R}/ \
ftp://ftp.squid-cache.org/pub/squid/ \
@@ -34,7 +35,7 @@ CONFIGURE_ARGS+= --with-pidfile=${VARBASE}/run/squid.pid
BUILD_DEFS+= VARBASE
MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
MAKE_ENV+= PKG_PREFIX=${PREFIX} VARBASE=${VARBASE}
-REPLACE_PERL+= tools/helper-mux.pl
+REPLACE_PERL+= helpers/ssl/cert_valid.pl tools/helper-mux.pl
EGFILES= src/mime.conf.default src/squid.conf.default \
helpers/basic_auth/MSNT/msntauth.conf.default \