pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs Use ${GAMEMODE} instead of an explicit m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f39f9020d2cc
branches:  trunk
changeset: 536217:f39f9020d2cc
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Dec 06 12:10:32 2007 +0000

description:
Use ${GAMEMODE} instead of an explicit mode for update-game-score.
Bump PKGREVISION.

diffstat:

 editors/emacs/Makefile        |  4 ++--
 editors/emacs/Makefile.common |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r a14cc3ae64e6 -r f39f9020d2cc editors/emacs/Makefile
--- a/editors/emacs/Makefile    Thu Dec 06 11:40:58 2007 +0000
+++ b/editors/emacs/Makefile    Thu Dec 06 12:10:32 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.105 2007/08/13 12:40:57 jlam Exp $
+# $NetBSD: Makefile,v 1.106 2007/12/06 12:10:32 markd Exp $
 
 DISTNAME=      emacs-${EMACSVERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    editors
 COMMENT=       GNU editing macros (editor)${COMMENT_EXTRA}
 
diff -r a14cc3ae64e6 -r f39f9020d2cc editors/emacs/Makefile.common
--- a/editors/emacs/Makefile.common     Thu Dec 06 11:40:58 2007 +0000
+++ b/editors/emacs/Makefile.common     Thu Dec 06 12:10:32 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2007/06/15 18:15:15 jlam Exp $
+# $NetBSD: Makefile.common,v 1.17 2007/12/06 12:10:32 markd Exp $
 
 MASTER_SITES=  ${MASTER_SITE_GNU:=emacs/}
 MAINTAINER=    markd%NetBSD.org@localhost
@@ -38,7 +38,7 @@
 MAKE_DIRS_PERMS+=      ${VARBASE}/games/emacs ${GAMEOWN:Q} ${GAMEGRP} ${GAMEDIRMODE:Q}
 CONF_FILES_PERMS+=     /dev/null ${VARBASE}/games/emacs/snake-scores ${GAMEOWN:Q} ${GAMEGRP:Q} ${GAMEDATAMODE:Q}
 CONF_FILES_PERMS+=     /dev/null ${VARBASE}/games/emacs/tetris-scores ${GAMEOWN:Q} ${GAMEGRP:Q} ${GAMEDATAMODE:Q}
-SPECIAL_PERMS+=                ${PREFIX}/libexec/emacs/22.1/i386--netbsdelf/update-game-score ${GAMEOWN:Q} ${GAMEGRP:Q} 4555
+SPECIAL_PERMS+=                ${PREFIX}/libexec/emacs/22.1/i386--netbsdelf/update-game-score ${GAMEOWN:Q} ${GAMEGRP:Q} ${GAMEMODE:Q}
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index