summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/xbat/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/games/xbat/Makefile b/games/xbat/Makefile
index 1f41a52..2fb5a48 100644
--- a/games/xbat/Makefile
+++ b/games/xbat/Makefile
@@ -19,4 +19,11 @@ USE_IMAKE= yes
WRKSRC= ${WRKDIR}/Xev111
ALL_TARGET= xbat
+post-install:
+ ${CHOWN} root:games ${PREFIX}/bin/xbat
+ ${CHMOD} 2755 ${PREFIX}/bin/xbat
+ ${CHOWN} -R root:games ${PREFIX}/lib/X11/Xbat/Score/
+ ${CHMOD} 664 ${PREFIX}/lib/X11/Xbat/Score/*
+ ${CHMOD} 755 ${PREFIX}/lib/X11/Xbat/Score/
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud