summaryrefslogtreecommitdiff
path: root/games/gno3dtet
diff options
context:
space:
mode:
Diffstat (limited to 'games/gno3dtet')
-rw-r--r--games/gno3dtet/Makefile6
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>