diff options
author | kris <kris@FreeBSD.org> | 2001-08-11 14:49:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-08-11 14:49:19 +0800 |
commit | a3ac0f9ff007fec7a630624f80316c463b1c24cc (patch) | |
tree | 84b58bb78d1fd48f1116733d2a9eb4228baddfbb /games/xjump/Makefile | |
parent | a4bf9852ce5e7f7c1314fa6dae3609441be624d7 (diff) | |
download | freebsd-ports-gnome-a3ac0f9ff007fec7a630624f80316c463b1c24cc.tar.gz freebsd-ports-gnome-a3ac0f9ff007fec7a630624f80316c463b1c24cc.tar.zst freebsd-ports-gnome-a3ac0f9ff007fec7a630624f80316c463b1c24cc.zip |
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.
Diffstat (limited to 'games/xjump/Makefile')
-rw-r--r-- | games/xjump/Makefile | 2 |
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> |