summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkei <kei>2001-02-13 11:38:23 +0000
committerkei <kei>2001-02-13 11:38:23 +0000
commite14370587f4a74e9873cd72379450aa32f9976b4 (patch)
treeff26cf533084458bc29cb61866ab2a9ae5aeae4b
parentac2bd82ce970dbd2a57428060f5af0106da23195 (diff)
downloadpkgsrc-e14370587f4a74e9873cd72379450aa32f9976b4.tar.gz
Workaround for file permission problem of htdocs/index.html.*. Problem report
submitted to the author.
-rw-r--r--www/apache/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index cbbc7c02ee4..b1537d7d796 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2001/02/07 09:56:45 tron Exp $
+# $NetBSD: Makefile,v 1.61 2001/02/13 11:38:23 kei Exp $
#
# The fourth number in the PKGNAME version indicates a NetBSD pkg revision
# (to indicate changes in the shipped third party patches such as the mod_ssl
@@ -98,6 +98,8 @@ post-extract:
${CP} ${FILESDIR}/ap_include_extern.h ${WRKSRC}/src/include
${CP} ${WRKDIR}/${SSL_DISTNAME}/pkg.eapi/*.c ${WRKSRC}/src/ap
${CP} ${WRKDIR}/${SSL_DISTNAME}/pkg.eapi/*.h ${WRKSRC}/src/include
+ ${CHMOD} a-x ${WRKSRC}/htdocs/README.rus ${WRKSRC}/htdocs/index.* \
+ ${WRKSRC}/htdocs/apache_pb.gif
pre-patch:
cd ${WRKSRC} && ${CAT} \