diff options
author | martti <martti@pkgsrc.org> | 2002-11-18 08:19:37 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-11-18 08:19:37 +0000 |
commit | c80138e37a53cf3608f86d06f646e7da314a18d0 (patch) | |
tree | 1fec68720cdf3f8b29d46bfb10dcaf4339da6403 /www/apache/Makefile | |
parent | 8e58914d62ae62efd5284ce3b97f0cb568416794 (diff) | |
download | pkgsrc-c80138e37a53cf3608f86d06f646e7da314a18d0.tar.gz |
Fix chmod (PR#19093 by Adrian Portelli). Bump PKGREVISION.
Diffstat (limited to 'www/apache/Makefile')
-rw-r--r-- | www/apache/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index f278211fc35..942ec6db31d 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.112 2002/11/15 10:40:26 martti Exp $ +# $NetBSD: Makefile,v 1.113 2002/11/18 08:19:37 martti 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_${APACHE_VERSION} PKGNAME= apache-${APACHE_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 APACHE_VERSION= 1.3.27 CATEGORIES= www MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ @@ -188,7 +188,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 "../../devel/libmm/buildlink2.mk" .include "../../textproc/expat/buildlink2.mk" |