summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>2007-01-30 15:04:33 +0000
committertron <tron>2007-01-30 15:04:33 +0000
commit306ced5136b87ff9c1cb2d57ec847526bba6f64b (patch)
tree17362ae65d309edb0750d6b887d2ddcc1800ec97 /net
parent1a2ad1f9089f8a1c728f65ee08ca6a27993f6649 (diff)
downloadpkgsrc-306ced5136b87ff9c1cb2d57ec847526bba6f64b.tar.gz
Fix permission problems:
- "share/doc/bind9" shouldn't be group-writable. - "share/doc/bind9/arm/Bv9ARM.pdf" shouldn't be executable. Bump package revision because of these fixes.
Diffstat (limited to 'net')
-rw-r--r--net/bind9/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index 999b2a9de05..407021d20c2 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2007/01/28 01:31:52 adrianp Exp $
+# $NetBSD: Makefile,v 1.86 2007/01/30 15:04:33 tron Exp $
DISTNAME= bind-${BIND_VERSION}
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
@@ -59,6 +60,8 @@ post-install:
set -e; cd ${WRKSRC}/doc && ${PAX} -rwppm \
-s ',.*xsl.*,,' -s ',Makefile.*,,' -s ',.*\.pl,,' \
. ${PREFIX}/share/doc/bind9
+ ${CHMOD} -R g-w ${PREFIX}/share/doc/bind9
+ ${CHMOD} -x ${PREFIX}/share/doc/bind9/arm/Bv9ARM.pdf
${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
(cd ${PREFIX}; ${FIND} share/doc/bind9 -type f -print ) >> ${PLIST_SRC}
(cd ${PREFIX}; ${FIND} share/doc/bind9 -type d -print ) | \