summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-02-03 14:07:40 +0000
committertnn <tnn@pkgsrc.org>2008-02-03 14:07:40 +0000
commite0a55ac43f182efbb9824cf64dfa119971a46595 (patch)
treeeb335fc226d849db6ecd91a97ecde349e81df0fd /www
parent011ab3dcff2b784581d8f5c022ee4b6c538d3e97 (diff)
downloadpkgsrc-e0a55ac43f182efbb9824cf64dfa119971a46595.tar.gz
Fix check interpreter warnings.
Diffstat (limited to 'www')
-rw-r--r--www/apache/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index a170273e9a2..ac784d8a057 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.194 2008/02/03 13:24:22 tnn Exp $
+# $NetBSD: Makefile,v 1.195 2008/02/03 14:07:40 tnn Exp $
#
# This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of
# code hooks that allow mod_ssl to be compiled separately later, if desired).
@@ -179,7 +179,8 @@ SUBST_SED.db+= -e 's,@DB_CFLAGS@,-I${BDB_BASE}/include,g'
SUBST_SED.db+= -e 's,@DB_CFLAGS@,,g'
.endif
-REPLACE_PERL= docs/cgi-examples/printenv
+REPLACE_PERL+= cgi-bin/printenv
+CHECK_INTERPRETER_SKIP+= lib/httpd/httpd.exp
PKG_GROUPS= ${APACHE_GROUP}
PKG_USERS= ${APACHE_USER}:${APACHE_GROUP}