diff options
author | vs <vs@FreeBSD.org> | 2005-02-22 19:33:36 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-02-22 19:33:36 +0800 |
commit | 2712c86bfb71351a8180111e63b307e255812b85 (patch) | |
tree | fd385f2c54bd843ffbdfa04f675b1e694ee87b07 /games/xjumpx | |
parent | 7cec3a9402986462a3bf1536dc7332c8ebb65797 (diff) | |
download | freebsd-ports-gnome-2712c86bfb71351a8180111e63b307e255812b85.tar.gz freebsd-ports-gnome-2712c86bfb71351a8180111e63b307e255812b85.tar.zst freebsd-ports-gnome-2712c86bfb71351a8180111e63b307e255812b85.zip |
Fix fetch & whitespace
PR: ports/77849
Submitted by: Sam Lawrance
Diffstat (limited to 'games/xjumpx')
-rw-r--r-- | games/xjumpx/Makefile | 2 | ||||
-rw-r--r-- | games/xjumpx/pkg-message | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/games/xjumpx/Makefile b/games/xjumpx/Makefile index 46dd2c35b1e3..fe2dead961f7 100644 --- a/games/xjumpx/Makefile +++ b/games/xjumpx/Makefile @@ -8,7 +8,7 @@ PORTNAME= xjumpx PORTVERSION= 1.4 CATEGORIES= games -MASTER_SITES= http://www19.xdsl.ne.jp/~cdr/soft/dl/ +MASTER_SITES= http://fenix.ne.jp/~cdrtk/soft/dl/ MAINTAINER= ports@FreeBSD.org COMMENT= Improved version of xjump diff --git a/games/xjumpx/pkg-message b/games/xjumpx/pkg-message index 0f6dc8d06229..d4d8dd806fbb 100644 --- a/games/xjumpx/pkg-message +++ b/games/xjumpx/pkg-message @@ -1,4 +1,3 @@ - --- NOTICE --- Original xjumpx is setgid games to protect scorefiles. However, due to security concerns, xjumpx is not installed setgid games, @@ -8,4 +7,3 @@ In order to protect scorefiles, you will need to run these commands: chgrp games /usr/X11R6/bin/xjumpx /usr/X11R6/lib/X11/xjumpx chmod g+s /usr/X11R6/bin/xjumpx chmod 770 /usr/X11R6/lib/X11/xjumpx - |