diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-03-11 07:03:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-03-11 07:03:47 +0000 |
commit | 763a221a872f990bebf9c42101f80652ac1bfd27 (patch) | |
tree | 1a89df82579ea6d73231c2375ecd356c3fcde2c5 /games/nethack-qt | |
parent | Install setgid games, not setuid games (diff) |
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/nethack-qt')
-rw-r--r-- | games/nethack-qt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 6ff443f23914..86f5e237ee84 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-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 |