summaryrefslogtreecommitdiffstats
path: root/games/nethack34-qt/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-03-11 07:03:47 +0000
committerkris <kris@FreeBSD.org>2000-03-11 07:03:47 +0000
commit13ada2c05c739084c033eb6e14e43a513fb732d7 (patch)
treea0a8a22eaede3d17d26863529e402a6bdecc805e /games/nethack34-qt/Makefile
parenta79b2b32e76746962958b8114b5e100b935928dc (diff)
downloadFreeBSD-ports-13ada2c05c739084c033eb6e14e43a513fb732d7.zip
FreeBSD-ports-13ada2c05c739084c033eb6e14e43a513fb732d7.tar.gz
Install setgid games, not setuid games. This port is still broken on 4.0
and has no maintainer, but I'm committing this anyway so it doesn't get forgotten.
Diffstat (limited to 'games/nethack34-qt/Makefile')
-rw-r--r--games/nethack34-qt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack34-qt/Makefile b/games/nethack34-qt/Makefile
index 6ff443f..86f5e23 100644
--- a/games/nethack34-qt/Makefile
+++ b/games/nethack34-qt/Makefile
@@ -54,7 +54,7 @@ post-install:
${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
.endif
@ cd ${PREFIX}/lib/nethackdir; tar xzf ${DISTDIR}/${QT_SOUND}
- @ cd ${PREFIX}/lib/nethackdir; ${CHOWN} games.games *.au .nethackrc
+ @ cd ${PREFIX}/lib/nethackdir; ${CHOWN} root.games *.au .nethackrc
@ cd ${PREFIX}/lib/nethackdir; ${CHMOD} 444 *.au .nethackrc
@ ${ECHO} "-----------------------"
@ ${ECHO} "post-installation hints
OpenPOWER on IntegriCloud