diff options
author | kris <kris@FreeBSD.org> | 2000-03-11 06:25:29 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-03-11 06:25:29 +0000 |
commit | a79b2b32e76746962958b8114b5e100b935928dc (patch) | |
tree | da3ae14e364196cb720511a61fcf1f2bcf294061 /games | |
parent | 30b38cc747945abc041b3736ed88500efb24df8e (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |