diff options
Diffstat (limited to 'games/freebooters/files/patch-tools.cc')
-rw-r--r-- | games/freebooters/files/patch-tools.cc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/games/freebooters/files/patch-tools.cc b/games/freebooters/files/patch-tools.cc deleted file mode 100644 index 0dfad2b0baa2..000000000000 --- a/games/freebooters/files/patch-tools.cc +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- tools.cc.orig Thu Sep 30 00:32:43 2004 -+++ tools.cc Thu Sep 30 00:45:46 2004 -@@ -46,7 +46,7 @@ - path_to_data_dir = ""; - return; - #else -- readdata config("/etc/freebooters.conf"); -+ readdata config("%%PREFIX%%/etc/freebooters.conf"); - - if (config.get_str("datadir") == "") - path_to_data_dir = ""; |