mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix security issues.
Submitted by: kris
This commit is contained in:
parent
d122075f3b
commit
37b8e8d241
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31823
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user