summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-03-11 06:25:29 +0000
committerkris <kris@FreeBSD.org>2000-03-11 06:25:29 +0000
commita79b2b32e76746962958b8114b5e100b935928dc (patch)
treeda3ae14e364196cb720511a61fcf1f2bcf294061 /games
parent30b38cc747945abc041b3736ed88500efb24df8e (diff)
downloadFreeBSD-ports-a79b2b32e76746962958b8114b5e100b935928dc.zip
FreeBSD-ports-a79b2b32e76746962958b8114b5e100b935928dc.tar.gz
Install setgid games, not setuid games
Not responding to emails: Maintainer
Diffstat (limited to 'games')
-rw-r--r--games/maelstrom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile
index cafcf5d..77277d8 100644
--- a/games/maelstrom/Makefile
+++ b/games/maelstrom/Makefile
@@ -30,7 +30,7 @@ do-install:
@ ${INSTALL_DATA} ${WRKSRC}/Maelstrom\ ${file} ${PREFIX}/share/Maelstrom
.endfor
@ ${INSTALL_DATA} ${WRKSRC}/Maelstrom-Scores ${PREFIX}/share/Maelstrom
- @ ${CHOWN} games:games ${PREFIX}/share/Maelstrom/Maelstrom-Scores
+ @ ${CHOWN} root:games ${PREFIX}/share/Maelstrom/Maelstrom-Scores
@ ${CHMOD} 666 ${PREFIX}/share/Maelstrom/Maelstrom-Scores
@ ${MKDIR} ${PREFIX}/share/Maelstrom/Images
@ ${INSTALL_DATA} ${WRKSRC}/Images/*n ${PREFIX}/share/Maelstrom/Images
OpenPOWER on IntegriCloud