summaryrefslogtreecommitdiff
path: root/games/wormux
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-09-07 22:09:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-09-07 22:09:56 +0000
commit943d9d90f35732c7bbcff4429fa130e321c2eba9 (patch)
treee31b58d6a632b71b3e2f71c7bc00ef8503ef1812 /games/wormux
parentFix an obvious typo. (diff)
- Fix start crash
- Bump PORTREVISION PR: 126680 (based on) Submitted by: Vitaly Magerya <vmagerya@gmail.com> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=220180
Diffstat (limited to 'games/wormux')
-rw-r--r--games/wormux/Makefile1
-rw-r--r--games/wormux/files/patch-config.h11
2 files changed, 12 insertions, 0 deletions
diff --git a/games/wormux/Makefile b/games/wormux/Makefile
index 60abd04476ae..2f24b50f2844 100644
--- a/games/wormux/Makefile
+++ b/games/wormux/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wormux
DISTVERSION= 0.8
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://download.gna.org/wormux/
diff --git a/games/wormux/files/patch-config.h b/games/wormux/files/patch-config.h
new file mode 100644
index 000000000000..000d49ed660f
--- /dev/null
+++ b/games/wormux/files/patch-config.h
@@ -0,0 +1,11 @@
+--- src/game/config.h.orig 2008-08-20 13:36:54.000000000 +0300
++++ src/game/config.h 2008-08-20 13:35:42.000000000 +0300
+@@ -126,7 +126,7 @@
+
+ const std::string& GetTtfFilename();
+
+- std::string GetDataDir() const { return data_dir; };
++ std::string GetDataDir() const { return data_dir + "/"; };
+ std::string GetLocaleDir() const { return locale_dir; };
+ std::string GetPersonalDataDir() const { return personal_data_dir; };
+ std::string GetChatLogDir() const { return chat_log_dir; };