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/nethack33-qt | |
parent | 4f654de992accfdd4d04f2905cb1b7ebaf6e1475 (diff) | |
download | ports-763a221a872f990bebf9c42101f80652ac1bfd27.tar.gz ports-763a221a872f990bebf9c42101f80652ac1bfd27.zip |
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.
Notes
Notes:
svn path=/head/; revision=26742
Diffstat (limited to 'games/nethack33-qt')
-rw-r--r-- | games/nethack33-qt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack33-qt/Makefile b/games/nethack33-qt/Makefile index 6ff443f23914..86f5e237ee84 100644 --- a/games/nethack33-qt/Makefile +++ b/games/nethack33-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 |