diff options
author | wiz <wiz@pkgsrc.org> | 2012-07-09 15:44:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-07-09 15:44:06 +0000 |
commit | aa9d37615ec397cb686c2832f8a906c96c3e41e6 (patch) | |
tree | 039f052917e2191cb4d7ce90732eae162042779f /mk/defaults | |
parent | cef5f6cbd0a0ee239ce4af0fb8030c4ca7269a2b (diff) | |
download | pkgsrc-aa9d37615ec397cb686c2832f8a906c96c3e41e6.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')
-rw-r--r-- | mk/defaults/mk.conf | 19 |
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" |