1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

This port should be installing things setgid games, not setuid games.

Make the change but mark the port FORBIDDEN because it probably needs to
be able to write to some of the files/directories it installs, and so
won't work with this change.  I'll let the maintainer fix that.
This commit is contained in:
Kris Kennaway 2001-08-11 06:00:24 +00:00
parent 14301a90cc
commit b621cd3ba0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46059

View File

@ -13,14 +13,16 @@ DISTFILES= fsgs07126bsd.tgz fsgs0721lx.tgz
MAINTAINER= dburr@FreeBSD.ORG
FORBIDDEN= "Some data files probably need to be made group-writable"
NO_BUILD= yes
do-install:
${CP} -Rp ${WRKDIR}/opt/fsgs ${PREFIX}/fsgs
${CP} ${WRKDIR}/release/fsgs ${PREFIX}/fsgs/fsgs
${CP} ${WRKDIR}/release/fsgs_static ${PREFIX}/fsgs/fsgs_static
${CHOWN} -R games:games ${PREFIX}/fsgs
${CHMOD} 4711 ${PREFIX}/fsgs/fsgs ${PREFIX}/fsgs/fsgs_static
${CHOWN} -R root:games ${PREFIX}/fsgs
${CHMOD} 2711 ${PREFIX}/fsgs/fsgs ${PREFIX}/fsgs/fsgs_static
${INSTALL_SCRIPT} ${FILESDIR}/fsgs.sh ${PREFIX}/etc/rc.d/fsgs.sh
@${CAT} ${PKGMESSAGE}