summaryrefslogtreecommitdiff
path: root/editors/xemacs-packages
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2008-04-30 06:35:01 +0000
committertron <tron@pkgsrc.org>2008-04-30 06:35:01 +0000
commit42923c461d890ddaf739b2453bfe608f3549166c (patch)
tree5f41c84da6dbf1a60e1f4761afc883c0572ce536 /editors/xemacs-packages
parent6952c62e96761d4ab482246ec6d42b082ee1ccdc (diff)
downloadpkgsrc-42923c461d890ddaf739b2453bfe608f3549166c.tar.gz
Make sure that the installed files are not group writable,
bump package revision.
Diffstat (limited to 'editors/xemacs-packages')
-rw-r--r--editors/xemacs-packages/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile
index 0c0a30fb1a5..b8b3d765c41 100644
--- a/editors/xemacs-packages/Makefile
+++ b/editors/xemacs-packages/Makefile
@@ -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 @@ do-install:
@${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 \