summaryrefslogtreecommitdiff
path: root/editors/xemacs-packages
diff options
context:
space:
mode:
authortron <tron>2008-04-30 06:35:01 +0000
committertron <tron>2008-04-30 06:35:01 +0000
commitfa13db9f5e1d0ea9f85c83e9c5f74503b53b3873 (patch)
tree5f41c84da6dbf1a60e1f4761afc883c0572ce536 /editors/xemacs-packages
parent69aa419ddd2e390c39353b558e63dc8e7031b8a8 (diff)
downloadpkgsrc-fa13db9f5e1d0ea9f85c83e9c5f74503b53b3873.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 \