summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjlam <jlam>2007-06-15 18:15:06 +0000
committerjlam <jlam>2007-06-15 18:15:06 +0000
commitd5bd223815f9da6594711bf051500ba1ab1e4f3c (patch)
tree2dc743a478318addecf45daa709120a4e93754cb /editors
parent1b06cd4e0b18dd239bb1d459bef3ba8bb3ac860a (diff)
downloadpkgsrc-d5bd223815f9da6594711bf051500ba1ab1e4f3c.tar.gz
* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRP
in SPECIAL_PERMS usage. * Consistently use 4555 for setuid and 2555 for setgid programs.
Diffstat (limited to 'editors')
-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 702f14428d7..49271e332db 100644
--- a/editors/emacs/Makefile.common
+++ b/editors/emacs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2007/06/15 01:39:32 markd Exp $
+# $NetBSD: Makefile.common,v 1.16 2007/06/15 18:15:15 jlam 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} 4711
+SPECIAL_PERMS+= ${PREFIX}/libexec/emacs/22.1/i386--netbsdelf/update-game-score ${GAMEOWN:Q} ${GAMEGRP:Q} 4555
.include "../../mk/bsd.prefs.mk"