1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Install the binary mode 2755, not 2775. There is further evidence of

crack-smoking by the committer in the pkg-message which needs to be fixed.
This commit is contained in:
Kris Kennaway 2001-08-11 06:49:19 +00:00
parent 5c40267be3
commit c49de5f44e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46063

View File

@ -27,7 +27,7 @@ MAKE_ARGS= CC="${CC} ${CFLAGS}" RECORD_FILE="/var/games/xjump.record" \
ALL_TARGET= xjump
do-install:
${INSTALL_PROGRAM} -m 2775 -g games ${WRKSRC}/xjump ${PREFIX}/bin
${INSTALL_PROGRAM} -m 2755 -g games ${WRKSRC}/xjump ${PREFIX}/bin
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>