diff options
author | markd <markd> | 2007-12-06 12:10:32 +0000 |
---|---|---|
committer | markd <markd> | 2007-12-06 12:10:32 +0000 |
commit | 602eecf4006cc06ea185c53af43959bf6c1aab9a (patch) | |
tree | bb2f22eceef0732ebb38f93d6ac62ab33578ff28 /editors | |
parent | cfbed66fefa09eff23e754fc280d3ddae95090c9 (diff) | |
download | pkgsrc-602eecf4006cc06ea185c53af43959bf6c1aab9a.tar.gz |
Use ${GAMEMODE} instead of an explicit mode for update-game-score.
Bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs/Makefile.common | 4 |
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" |