summaryrefslogtreecommitdiff
path: root/mk/defaults/mk.conf
diff options
context:
space:
mode:
authorwiz <wiz>2012-07-09 15:44:06 +0000
committerwiz <wiz>2012-07-09 15:44:06 +0000
commitadca53b0b18a98d41f422e5ec590e390bb68df79 (patch)
tree039f052917e2191cb4d7ce90732eae162042779f /mk/defaults/mk.conf
parent4718f58d1b5926ce046d937e6fcd370686c4ce0a (diff)
downloadpkgsrc-adca53b0b18a98d41f422e5ec590e390bb68df79.tar.gz
Move USE_GAMESGROUP and SETGIDGAME defaults out of mk.conf, where they
don't belong (package-setable, not user-setable).
Diffstat (limited to 'mk/defaults/mk.conf')
-rw-r--r--mk/defaults/mk.conf19
1 files changed, 1 insertions, 18 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index cac8f4e9d51..6ef2e16fb93 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.213 2012/07/03 11:19:56 joerg Exp $
+# $NetBSD: mk.conf,v 1.214 2012/07/09 15:44:06 wiz Exp $
#
# This file provides default values for variables that may be overridden
@@ -538,23 +538,6 @@ PRE_ROOT_CMD?= ${TRUE}
# Possible: any shell commands
# Default: none
-USE_GAMESGROUP?= no
-SETGIDGAME?= ${USE_GAMESGROUP}
-# This flag specifies whether a package uses the "games" group; if it is
-# set, the GAMES_GROUP, GAMEMODE, SETGID_GAMES_PERMS, etc. variables can
-# be used to install setgid games and their data files.
-#
-# SETGIDGAME is a deprecated alternative variable with the same
-# purpose but a murky history and unclear semantics; it is being
-# phased out because it conflicts with a like-named build variable in
-# the NetBSD base system.
-#
-# XXX: This variable should not be defined here.
-#
-# See also: GAMES_GROUP, GAMEMODE
-# Possible: yes, no
-# Default: no
-
SU_CMD?= ${ROOT_CMD}
# Command to perform before "make install", if the user does not have
# an effective uid of 0. A possible substitute is "sudo sh -c"