summaryrefslogtreecommitdiff
path: root/games/maelstrom
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/maelstrom
parentUpdate to 0.4 (diff)
Fix security issues.
Submitted by: kris
Notes
Notes: svn path=/head/; revision=31823
Diffstat (limited to 'games/maelstrom')
-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>