diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-10 11:14:36 +0800 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-10 11:14:36 +0800 |
commit | df7822cca5775bef45c70f874c9f0dbf722013b6 (patch) | |
tree | 6b4106ae5380a275b6f1aa615be0472c2c53f008 /www/apache13 | |
parent | bf780e9305a2822b8e7a2ca3548380ed637507d2 (diff) | |
download | freebsd-ports-gnome-df7822cca5775bef45c70f874c9f0dbf722013b6.tar.gz freebsd-ports-gnome-df7822cca5775bef45c70f874c9f0dbf722013b6.tar.zst freebsd-ports-gnome-df7822cca5775bef45c70f874c9f0dbf722013b6.zip |
Back out a+x cgi-bin.default example scripts for paranoid safety sake
Diffstat (limited to 'www/apache13')
-rw-r--r-- | www/apache13/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 38fa202df9a6..1c77619423f2 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -7,7 +7,7 @@ PORTNAME= apache PORTVERSION= 1.3.24 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/httpd/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \ @@ -117,7 +117,6 @@ pre-install: PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL post-install: - chmod a+x ${DATADIR}/cgi-bin.default/* ${INSTALL_DATA} ${WRKSRC}/apache.sh ${PREFIX}/etc/rc.d/apache.sh.default @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ |