summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2007-12-06 12:10:32 +0000
committermarkd <markd@pkgsrc.org>2007-12-06 12:10:32 +0000
commit108856c72821a39fc8ca1da278184e2e22edfc72 (patch)
treebb2f22eceef0732ebb38f93d6ac62ab33578ff28 /editors
parent7e4c6fb21510eaf87e8e94049b3d3ebfadd1d4a0 (diff)
downloadpkgsrc-108856c72821a39fc8ca1da278184e2e22edfc72.tar.gz
Use ${GAMEMODE} instead of an explicit mode for update-game-score.
Bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile4
-rw-r--r--editors/emacs/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index ebd37e1b595..09902bc0c57 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -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 --git a/editors/emacs/Makefile.common b/editors/emacs/Makefile.common
index 49271e332db..56883b4c9ca 100644
--- a/editors/emacs/Makefile.common
+++ b/editors/emacs/Makefile.common
@@ -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
@@ -38,7 +38,7 @@ SUBST_SED.test_equal= -e 's/ == / = /g'
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"