diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-24 22:49:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-24 22:49:00 +0000 |
commit | 8071f48426282ff3456f15906f1dd9194fb6e0fa (patch) | |
tree | c32538b304435068e604af9b2e5cfa782a06658f /games/xjumpx/files | |
parent | - Respect X11BASE (diff) |
- Respect X11BASE
PR: ports/105821
Submitted by: trasz
Diffstat (limited to 'games/xjumpx/files')
-rw-r--r-- | games/xjumpx/files/patch-Makefile | 11 | ||||
-rw-r--r-- | games/xjumpx/files/pkg-message.in | 9 |
2 files changed, 20 insertions, 0 deletions
diff --git a/games/xjumpx/files/patch-Makefile b/games/xjumpx/files/patch-Makefile new file mode 100644 index 000000000000..4174ef339558 --- /dev/null +++ b/games/xjumpx/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Fri Nov 24 16:24:37 2006 ++++ Makefile Fri Nov 24 16:24:48 2006 +@@ -11,7 +11,7 @@ + + ## X11 base directory + +-X11BASE = /usr/X11R6 ++#X11BASE = /usr/X11R6 + + + ## directory for record files diff --git a/games/xjumpx/files/pkg-message.in b/games/xjumpx/files/pkg-message.in new file mode 100644 index 000000000000..519a7b1aaf03 --- /dev/null +++ b/games/xjumpx/files/pkg-message.in @@ -0,0 +1,9 @@ +--- NOTICE --- +Original xjumpx is setgid games to protect scorefiles. +However, due to security concerns, xjumpx is not installed setgid games, +so everybody can change scorefiles. +In order to protect scorefiles, you will need to run these commands: + + chgrp games %%PREFIX%%/bin/xjumpx %%PREFIX%%/lib/X11/xjumpx + chmod g+s %%PREFIX%%/bin/xjumpx + chmod 770 %%PREFIX%%/lib/X11/xjumpx |