diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/maelstrom/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index 5c7fdee..08ae043 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> |