summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-02 10:03:14 +0000
committerrillig <rillig>2006-07-02 10:03:14 +0000
commit11b563103eb007b79b3c1b3e21328ad4f26c8ab3 (patch)
tree3236c0ff3bada2efcdca9d9e47d6bbcb7ab19c6b /editors
parentcfa51c2e09501661746157d90e32aad98a29d77c (diff)
downloadpkgsrc-11b563103eb007b79b3c1b3e21328ad4f26c8ab3.tar.gz
Don't install the files in share/emacs group-writable. Bumped
PKGREVISION of emacs and emacs-nox11.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs-nox11/Makefile4
-rw-r--r--editors/emacs/Makefile4
-rw-r--r--editors/emacs/Makefile.common3
3 files changed, 6 insertions, 5 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile
index 3af92074895..8f1fdfaed07 100644
--- a/editors/emacs-nox11/Makefile
+++ b/editors/emacs-nox11/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2006/06/20 23:47:24 minskim Exp $
+# $NetBSD: Makefile,v 1.24 2006/07/02 10:03:14 rillig Exp $
DISTNAME= emacs-${EMACSVERSION}a
PKGNAME= emacs-nox11-${EMACSVERSION}a
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= editors
COMMENT= GNU editing macros (editor) - non X11 version
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