pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors Don't install the files in share/emacs group-w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7a9ee9b794e
branches:  trunk
changeset: 515387:e7a9ee9b794e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jul 02 10:03:14 2006 +0000

description:
Don't install the files in share/emacs group-writable. Bumped
PKGREVISION of emacs and emacs-nox11.

diffstat:

 editors/emacs-nox11/Makefile  |  4 ++--
 editors/emacs/Makefile        |  4 ++--
 editors/emacs/Makefile.common |  3 ++-
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r eab3344a1051 -r e7a9ee9b794e editors/emacs-nox11/Makefile
--- a/editors/emacs-nox11/Makefile      Sun Jul 02 10:01:11 2006 +0000
+++ b/editors/emacs-nox11/Makefile      Sun Jul 02 10:03:14 2006 +0000
@@ -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 -r eab3344a1051 -r e7a9ee9b794e editors/emacs/Makefile
--- a/editors/emacs/Makefile    Sun Jul 02 10:01:11 2006 +0000
+++ b/editors/emacs/Makefile    Sun Jul 02 10:03:14 2006 +0000
@@ -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 -r eab3344a1051 -r e7a9ee9b794e editors/emacs/Makefile.common
--- a/editors/emacs/Makefile.common     Sun Jul 02 10:01:11 2006 +0000
+++ b/editors/emacs/Makefile.common     Sun Jul 02 10:03:14 2006 +0000
@@ -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@localhost
@@ -79,3 +79,4 @@
 
 post-install:
        ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs
+       ${CHMOD} -R go-w ${PREFIX}/share/emacs



Home | Main Index | Thread Index | Old Index