diff options
author | kris <kris@FreeBSD.org> | 2000-03-11 07:03:47 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-03-11 07:03:47 +0000 |
commit | 13ada2c05c739084c033eb6e14e43a513fb732d7 (patch) | |
tree | a0a8a22eaede3d17d26863529e402a6bdecc805e /games/nethack34-qt/Makefile | |
parent | a79b2b32e76746962958b8114b5e100b935928dc (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |