diff options
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 |