pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/xemacs-packages Make sure that the installed f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b467ff641b58
branches:  trunk
changeset: 542029:b467ff641b58
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Apr 30 06:35:01 2008 +0000

description:
Make sure that the installed files are not group writable,
bump package revision.

diffstat:

 editors/xemacs-packages/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 45e8051fd009 -r b467ff641b58 editors/xemacs-packages/Makefile
--- a/editors/xemacs-packages/Makefile  Wed Apr 30 03:14:55 2008 +0000
+++ b/editors/xemacs-packages/Makefile  Wed Apr 30 06:35:01 2008 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.54 2008/03/03 18:25:53 jlam Exp $
+# $NetBSD: Makefile,v 1.55 2008/04/30 06:35:01 tron Exp $
 
 DISTNAME=      xemacs-packages
 PKGNAME=       xemacs-packages-1.16
+PKGREVISION=   1
+
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_XEMACS:=packages/}
 DISTFILES=     \
@@ -219,6 +221,9 @@
        @${CHOWN} -R ${BINOWN}:${BINGRP} \
                ${DESTDIR}${PREFIX}/lib/xemacs/xemacs-packages
        @${ECHO_MSG} "done"
+       @${ECHO_MSG} -n "Fixing file permissions ... "
+       @${CHMOD} -R g-w,o-w ${DESTDIR}${PREFIX}/lib/xemacs/xemacs-packages
+       @${ECHO_MSG} "done"
 .for PROG in ${REPLACEMENT_PROGS}
        @${ECHO_MSG} "Fixing ${PROG} paths"
        for f in ${REPLACEMENTS.${PROG}}; do                    \



Home | Main Index | Thread Index | Old Index