summaryrefslogtreecommitdiff
path: root/games/jetpack/Makefile
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-06-09 02:26:28 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-06-09 02:26:28 +0000
commitc4428ccb691de20d9b90892077ca0d3ec7c4ff6d (patch)
tree91326139fd833c30bb2866236b3d384758fe2c84 /games/jetpack/Makefile
parentMajor overhaul to make this thing work again. (diff)
Make the score directory group writable.
Notes
Notes: svn path=/head/; revision=29418
Diffstat (limited to 'games/jetpack/Makefile')
-rw-r--r--games/jetpack/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile
index 96bc206a7eea..f05c051721fc 100644
--- a/games/jetpack/Makefile
+++ b/games/jetpack/Makefile
@@ -22,6 +22,7 @@ post-install:
@${CHOWN} root:games ${PREFIX}/bin/jetpack
@${CHMOD} g+s,u-s ${PREFIX}/bin/jetpack
@${CHOWN} root:games ${PREFIX}/lib/X11/jetpack
+ @${CHMOD} g+w ${PREFIX}/lib/X11/jetpack
@${CHMOD} go+r ${PREFIX}/lib/X11/jetpack/jetpack.lev000
.include <bsd.port.mk>