summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>2007-04-24 12:14:23 +0000
committertron <tron>2007-04-24 12:14:23 +0000
commitc76f9bc213e49068307665f95f0d247241295db9 (patch)
tree77cd45506a66a736817aefbb864f4ca01560f0bd /net
parenta6ab019105d7164ac30eab3c8abe6ea697a01452 (diff)
downloadpkgsrc-c76f9bc213e49068307665f95f0d247241295db9.tar.gz
Fix incorrect permission (only warnings) reported by "checkperms".
Diffstat (limited to 'net')
-rw-r--r--net/gated/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile
index f044a529d66..ef11d795426 100644
--- a/net/gated/Makefile
+++ b/net/gated/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2007/04/24 12:06:18 tron Exp $
+# $NetBSD: Makefile,v 1.29 2007/04/24 12:14:23 tron Exp $
DISTNAME= gated-3-5-11
PKGNAME= gated-3.5.11
@@ -41,8 +41,11 @@ do-configure:
${RM} -f Config
post-install:
- cd ${WRKSRC}/doc && ${PAX} -rw -pe . ${PREFIX}/share/doc/gated
+ ${CHMOD} -w ${PREFIX}/bin/gdc ${PREFIX}/bin/ospf_monitor
+ cd ${WRKSRC}/doc && ${PAX} -rw . ${PREFIX}/share/doc/gated
${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/doc/gated
${CHGRP} -R ${SHAREGRP} ${PREFIX}/share/doc/gated
+ ${FIND} ${PREFIX}/share/doc/gated -type f -print | \
+ ${XARGS} ${CHMOD} -x
.include "../../mk/bsd.pkg.mk"