diff options
author | ghen <ghen@pkgsrc.org> | 2007-01-23 15:45:43 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-01-23 15:45:43 +0000 |
commit | 18677ff69b790f15d2f52b359aca0c17b5550f0f (patch) | |
tree | ffb60394abbd5a2a34e0bcabc46379729ecbb56c /www/apache2 | |
parent | 4027858afc2685b26f83fabafaf5e3ab5bbe968d (diff) | |
download | pkgsrc-18677ff69b790f15d2f52b359aca0c17b5550f0f.tar.gz |
Fix perl interpreter path for libexec/cgi-bin/printenv. Bump PKGREVISION for
apache, apache2 and apache22.
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 29481e6a097..0bf330f8b79 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.108 2006/12/09 00:51:21 xtraeme Exp $ +# $NetBSD: Makefile,v 1.109 2007/01/23 15:45:44 ghen Exp $ .include "Makefile.common" PKGNAME= apache-${APACHE_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www HOMEPAGE= http://httpd.apache.org/ @@ -154,6 +154,8 @@ SUBST_SED.confs+= -e 's|/var/log/httpd/foo\.log|logs/foo.log/|g' SUBST_SED.confs+= -e 's|^\(User[ ]\).*|\1${APACHE_USER}|g' SUBST_SED.confs+= -e 's|^\(Group[ ]\).*|\1${APACHE_GROUP}|g' +REPLACE_PERL= docs/cgi-examples/printenv + .include "options.mk" # Add dependencies for the modules that will be built. For each module |