1
0
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:
Maxim Sobolev 2000-08-21 15:47:10 +00:00
parent d122075f3b
commit 37b8e8d241
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31823

View File

@ -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>