pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gated Fix incorrect permission (only warnings) rep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14009106cf89
branches:  trunk
changeset: 528190:14009106cf89
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Apr 24 12:14:23 2007 +0000

description:
Fix incorrect permission (only warnings) reported by "checkperms".

diffstat:

 net/gated/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r fb22b21175e2 -r 14009106cf89 net/gated/Makefile
--- a/net/gated/Makefile        Tue Apr 24 12:06:18 2007 +0000
+++ b/net/gated/Makefile        Tue Apr 24 12:14:23 2007 +0000
@@ -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 @@
                ${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"



Home | Main Index | Thread Index | Old Index