summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/maelstrom/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile
index 5c7fdee051a1..08ae043b2304 100644
--- a/games/maelstrom/Makefile
+++ b/games/maelstrom/Makefile
@@ -24,4 +24,10 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install install_gamedocs
.endif
+post-install:
+ ${CHOWN} root:games ${PREFIX}/bin/Maelstrom
+ ${CHMOD} 2755 ${PREFIX}/bin/Maelstrom
+ ${CHMOD} 664 ${PREFIX}/share/Maelstrom/Maelstrom-Scores
+ ${CHOWN} root:games ${PREFIX}/share/Maelstrom/Maelstrom-Scores
+
.include <bsd.port.mk>