diff options
author | kris <kris@FreeBSD.org> | 2000-03-11 15:03:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-03-11 15:03:47 +0800 |
commit | 13ada2c05c739084c033eb6e14e43a513fb732d7 (patch) | |
tree | a0a8a22eaede3d17d26863529e402a6bdecc805e /games/nethack33-qt | |
parent | a79b2b32e76746962958b8114b5e100b935928dc (diff) | |
download | freebsd-ports-gnome-13ada2c05c739084c033eb6e14e43a513fb732d7.tar.gz freebsd-ports-gnome-13ada2c05c739084c033eb6e14e43a513fb732d7.tar.zst freebsd-ports-gnome-13ada2c05c739084c033eb6e14e43a513fb732d7.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.
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 |