summaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authormarkd <markd>2007-12-06 12:25:48 +0000
committermarkd <markd>2007-12-06 12:25:48 +0000
commit3d4bbbe0a0d6e5881592c706d7c430e597f447fe (patch)
treedb80b3d741d281fad4832bf7a4e9d130c0454df0 /editors/emacs
parent602eecf4006cc06ea185c53af43959bf6c1aab9a (diff)
downloadpkgsrc-3d4bbbe0a0d6e5881592c706d7c430e597f447fe.tar.gz
Whoops, use ${MACHINE_GNU_PLATFORM} rather than i386
Diffstat (limited to 'editors/emacs')
-rw-r--r--editors/emacs/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile.common b/editors/emacs/Makefile.common
index 56883b4c9ca..5f655debb02 100644
--- a/editors/emacs/Makefile.common
+++ b/editors/emacs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2007/12/06 12:10:32 markd Exp $
+# $NetBSD: Makefile.common,v 1.18 2007/12/06 12:25:48 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} ${GAMEMODE:Q}
+SPECIAL_PERMS+= ${PREFIX}/libexec/emacs/22.1/${MACHINE_GNU_PLATFORM}/update-game-score ${GAMEOWN:Q} ${GAMEGRP:Q} ${GAMEMODE:Q}
.include "../../mk/bsd.prefs.mk"