diff options
author | tron <tron@pkgsrc.org> | 2008-04-30 06:35:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-04-30 06:35:01 +0000 |
commit | 42923c461d890ddaf739b2453bfe608f3549166c (patch) | |
tree | 5f41c84da6dbf1a60e1f4761afc883c0572ce536 /editors/xemacs-packages/Makefile | |
parent | 6952c62e96761d4ab482246ec6d42b082ee1ccdc (diff) | |
download | pkgsrc-42923c461d890ddaf739b2453bfe608f3549166c.tar.gz |
Make sure that the installed files are not group writable,
bump package revision.
Diffstat (limited to 'editors/xemacs-packages/Makefile')
-rw-r--r-- | editors/xemacs-packages/Makefile | 7 |
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 \ |