diff options
author | kris <kris@FreeBSD.org> | 2000-09-09 19:03:36 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-09-09 19:03:36 +0800 |
commit | 744786352dc2de46a1fa181782d8e416248b2ccb (patch) | |
tree | a2ec862b748aa3c887da15ca3950598a1a309a19 /games/gno3dtet | |
parent | c5f336e0c40f12a3cae3c6fef534cfbb5f5ed60d (diff) | |
download | freebsd-ports-gnome-744786352dc2de46a1fa181782d8e416248b2ccb.tar.gz freebsd-ports-gnome-744786352dc2de46a1fa181782d8e416248b2ccb.tar.zst freebsd-ports-gnome-744786352dc2de46a1fa181782d8e416248b2ccb.zip |
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> |