diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-03-29 21:57:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-03-29 21:57:35 +0800 |
commit | 57da1c0aab7e61d0024917acc1cca9d78c7d371f (patch) | |
tree | 2427aed4370ccfb86c1d1a4220dd3295ef2223bf /games/xonotic | |
parent | 5107c823350fccc892af90775098c46305b2a778 (diff) | |
download | freebsd-ports-gnome-57da1c0aab7e61d0024917acc1cca9d78c7d371f.tar.gz freebsd-ports-gnome-57da1c0aab7e61d0024917acc1cca9d78c7d371f.tar.zst freebsd-ports-gnome-57da1c0aab7e61d0024917acc1cca9d78c7d371f.zip |
- Add pkg-message with instructions on dedicated server setup
PR: 188047
Submitted by: Jonathan Price <freebsd@jonathanprice.org>
Diffstat (limited to 'games/xonotic')
-rw-r--r-- | games/xonotic/Makefile | 2 | ||||
-rw-r--r-- | games/xonotic/pkg-message | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index d2aea28705f1..e42f8028425d 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -3,7 +3,7 @@ PORTNAME= xonotic PORTVERSION= 0.7.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://nl.dl.xonotic.org/ \ http://mirror.bitmissile.com/xonotic/releases/ diff --git a/games/xonotic/pkg-message b/games/xonotic/pkg-message new file mode 100644 index 000000000000..af112f86b405 --- /dev/null +++ b/games/xonotic/pkg-message @@ -0,0 +1,9 @@ +-------------------- + +Xonotic has now been installed. If you installed the server, you can +configure it by running /usr/local/bin/xonotic-dedicated, which will +generate a .xonotic folder in the current user's home folder. Then, copy +/usr/local/share/xonotic/server/server.cfg to .xonotic/data/server.cfg. +You may additionally be interested in copying help.cfg. + +--------------------- |