diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-09 11:03:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-09 11:03:36 +0000 |
commit | 760254ff8ceb1bbf97c204004b415e4339d6d16e (patch) | |
tree | 31b72b729ece734b102692144935316eb73da7d8 /games/gno3dtet | |
parent | Correctly remove directories on deinstall (diff) |
Install setgid games
Diffstat (limited to 'games/gno3dtet')
-rw-r--r-- | games/gno3dtet/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile index fb0436c696a6..7a72dc3ac81d 100644 --- a/games/gno3dtet/Makefile +++ b/games/gno3dtet/Makefile @@ -25,4 +25,10 @@ USE_GMAKE= yes pre-configure: @${RM} -f ${WRKSRC}/config.cache +post-install: + ${CHOWN} root:games ${PREFIX}/bin/gno3dtet + ${CHMOD} 2555 ${PREFIX}/bin/gno3dtet + ${CHOWN} root:games ${PREFIX}/var/games/gno3dtet.hof + ${CHMOD} 664 ${PREFIX}/var/games/gno3dtet.hof + .include <bsd.port.mk> |