summaryrefslogtreecommitdiff
path: root/www/apache
diff options
context:
space:
mode:
authorghen <ghen>2007-01-23 15:45:43 +0000
committerghen <ghen>2007-01-23 15:45:43 +0000
commit08424e0296a0aa92df07c3026d774a49227d8021 (patch)
treeffb60394abbd5a2a34e0bcabc46379729ecbb56c /www/apache
parente94cbab2df25376d325bbd077ab8a9a131e1a220 (diff)
downloadpkgsrc-08424e0296a0aa92df07c3026d774a49227d8021.tar.gz
Fix perl interpreter path for libexec/cgi-bin/printenv. Bump PKGREVISION for
apache, apache2 and apache22.
Diffstat (limited to 'www/apache')
-rw-r--r--www/apache/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index 7de30201db9..9c2a8267030 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.188 2006/07/30 11:17:51 jdolecek Exp $
+# $NetBSD: Makefile,v 1.189 2007/01/23 15:45:43 ghen 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).
DISTNAME= apache_1.3.37
PKGNAME= ${DISTNAME:S/_/-/}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \
${MASTER_SITE_APACHE:=httpd/old/}
@@ -164,6 +165,8 @@ SUBST_SED.paths+= -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g'
SUBST_SED.paths+= -e 's,@VARBASE@,${VARBASE},g'
SUBST_STAGE.paths= post-patch
+REPLACE_PERL= docs/cgi-examples/printenv
+
PKG_GROUPS= ${APACHE_GROUP}
PKG_USERS= ${APACHE_USER}:${APACHE_GROUP}