diff options
author | rillig <rillig> | 2006-07-02 10:03:14 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-07-02 10:03:14 +0000 |
commit | 81dddca47aeb453bb234590622e66bf10d815767 (patch) | |
tree | 3236c0ff3bada2efcdca9d9e47d6bbcb7ab19c6b /editors/emacs | |
parent | 736aff7dd266d0f282466d6369503f8566587f08 (diff) | |
download | pkgsrc-81dddca47aeb453bb234590622e66bf10d815767.tar.gz |
Don't install the files in share/emacs group-writable. Bumped
PKGREVISION of emacs and emacs-nox11.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs/Makefile.common | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 58b61ec2592..9a66faf02f2 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.96 2006/06/20 23:47:23 minskim Exp $ +# $NetBSD: Makefile,v 1.97 2006/07/02 10:03:14 rillig Exp $ DISTNAME= emacs-${EMACSVERSION}a -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= editors COMMENT= GNU editing macros (editor) diff --git a/editors/emacs/Makefile.common b/editors/emacs/Makefile.common index 23f7f249225..ae81933ba9a 100644 --- a/editors/emacs/Makefile.common +++ b/editors/emacs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2006/06/20 23:47:23 minskim Exp $ +# $NetBSD: Makefile.common,v 1.10 2006/07/02 10:03:14 rillig Exp $ MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} MAINTAINER= markd@NetBSD.org @@ -79,3 +79,4 @@ pre-install: post-install: ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs + ${CHMOD} -R go-w ${PREFIX}/share/emacs |