diff options
author | martti <martti> | 2002-11-18 08:19:37 +0000 |
---|---|---|
committer | martti <martti> | 2002-11-18 08:19:37 +0000 |
commit | f7d61c20b45e3b92e3c0b73b34a4cefc2e593a8a (patch) | |
tree | 1fec68720cdf3f8b29d46bfb10dcaf4339da6403 /www/apache6 | |
parent | 4b960763308f890d3e2868ea86bfbfde95b84fd4 (diff) | |
download | pkgsrc-f7d61c20b45e3b92e3c0b73b34a4cefc2e593a8a.tar.gz |
Fix chmod (PR#19093 by Adrian Portelli). Bump PKGREVISION.
Diffstat (limited to 'www/apache6')
-rw-r--r-- | www/apache6/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 1678d912710..cbd7d42df61 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2002/11/15 10:40:45 martti Exp $ +# $NetBSD: Makefile,v 1.62 2002/11/18 08:19:55 martti Exp $ # # This package does not compile in mod_ssl support hooks, as it conflicts # with IPv6-enable patch. @@ -8,7 +8,7 @@ DISTNAME= apache_${APACHE_VERSION} PKGNAME= apache6-${APACHE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 APACHE_VERSION= 1.3.27 CATEGORIES= www MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ @@ -166,7 +166,8 @@ post-install: ${RM} -f ${PKG_SYSCONFDIR}/$${file}.default; \ done ${INSTALL_DATA} ${DISTDIR}/sitedrivenby.gif ${PREFIX}/share/httpd/htdocs - ${CHMOD} 0 libexec/cgi-bin/printenv libexec/cgi-bin/test-cgi + ${CHMOD} 0 ${PREFIX}/libexec/cgi-bin/printenv + ${CHMOD} 0 ${PREFIX}/libexec/cgi-bin/test-cgi .include "../../textproc/expat/buildlink2.mk" |