aboutsummaryrefslogtreecommitdiff
path: root/games/xjumpx/files
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-13 16:03:11 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-13 16:03:11 +0000
commit79698c84577df2797724d484418f1de7f67bf07f (patch)
treefa993eea8870e6aef79666a19d170137054831ba /games/xjumpx/files
parent1e9db8ea3e482636b52f2452827dab557908f533 (diff)
downloadports-79698c84577df2797724d484418f1de7f67bf07f.tar.gz
ports-79698c84577df2797724d484418f1de7f67bf07f.zip
Convert to UCL & cleanup pkg-message (categories e-g)
Notes
Notes: svn path=/head/; revision=508837
Diffstat (limited to 'games/xjumpx/files')
-rw-r--r--games/xjumpx/files/pkg-message.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/games/xjumpx/files/pkg-message.in b/games/xjumpx/files/pkg-message.in
index 519a7b1aaf03..18b9e5c17bc7 100644
--- a/games/xjumpx/files/pkg-message.in
+++ b/games/xjumpx/files/pkg-message.in
@@ -1,4 +1,6 @@
---- NOTICE ---
+[
+{ type: install
+ message: <<EOM
Original xjumpx is setgid games to protect scorefiles.
However, due to security concerns, xjumpx is not installed setgid games,
so everybody can change scorefiles.
@@ -7,3 +9,6 @@ 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
+EOM
+}
+]