aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-08-21 15:47:10 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-08-21 15:47:10 +0000
commit37b8e8d2412b276e718d77edd4af1b9e49b44472 (patch)
treed8d4b6ecd21b9c660a76bc43f37282e5d967ed8d /games
parentd122075f3bb1ef06505804e7dc7379cd30a30136 (diff)
downloadports-37b8e8d2412b276e718d77edd4af1b9e49b44472.tar.gz
ports-37b8e8d2412b276e718d77edd4af1b9e49b44472.zip
Notes
Diffstat (limited to 'games')
-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>