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