summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-08-11 06:49:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-08-11 06:49:19 +0000
commitc49de5f44e09c1b419688f9821d2373f935e8a38 (patch)
treee84faa280051b09eef4645384ea589cf8493e164 /games
parentBump portrevision to note security fix (diff)
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.
Notes
Notes: svn path=/head/; revision=46063
Diffstat (limited to 'games')
-rw-r--r--games/xjump/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xjump/Makefile b/games/xjump/Makefile
index 17d9f9a642f6..6e8784252b70 100644
--- a/games/xjump/Makefile
+++ b/games/xjump/Makefile
@@ -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>