diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-21 15:47:10 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-21 15:47:10 +0000 |
commit | 45966ce234c1ccb1c7338364cee40672e7a8f967 (patch) | |
tree | b78f3e0616b472effa230366b196981326dc5400 /games | |
parent | ec6a7dde92c7cf6d103494ef51c76e9a572f39d6 (diff) | |
download | FreeBSD-ports-45966ce234c1ccb1c7338364cee40672e7a8f967.zip FreeBSD-ports-45966ce234c1ccb1c7338364cee40672e7a8f967.tar.gz |
Fix security issues.
Submitted by: kris
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> |