diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-03-29 13:57:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-03-29 13:57:35 +0000 |
commit | a9b55a900664be75faba850650cbea7146efb618 (patch) | |
tree | 2427aed4370ccfb86c1d1a4220dd3295ef2223bf | |
parent | 0b8635965a5630819a2e6ce0c9511fab6c9d01e6 (diff) | |
download | ports-a9b55a900664be75faba850650cbea7146efb618.tar.gz ports-a9b55a900664be75faba850650cbea7146efb618.zip |
Notes
-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. + +--------------------- |