1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

Since r367027, the setgid games have been installed as setgid root

instead of setgid root. The port redefines BINGRP when necessary,
but since BINGRP was being passed in MAKE_ARGS, it overrode those
redefinitions. Passing BINGRP in MAKE_ENV instead should allow
uidfix to still work, while making sure that the games are installed
with the correct group.

Submitted by:	Glen Foster
MFH:		2014Q4
This commit is contained in:
Adam Weinberger 2014-12-13 18:54:02 +00:00
parent e0c49a5700
commit fb821c4c7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374674

View File

@ -3,7 +3,7 @@
PORTNAME= bsdgames
PORTVERSION= 3.8.2
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= games
# Fetched from git://git.dragonflybsd.org/dragonfly.git, v${PORTVERSION}, /games
@ -18,8 +18,7 @@ LICENSE= BSD3CLAUSE
CONFLICTS= hangman-[0-9]*
USES= uidfix tar:xz
MAKE_ENV+= NO_WERROR=1
MAKE_ARGS= BINGRP=${BINGRP}
MAKE_ENV+= NO_WERROR=1 BINGRP=${BINGRP}
# contain /usr/share/games
SHAREPATH_FILES=atc/atc.6 \