summaryrefslogtreecommitdiff
path: root/games/yadex/files/patch-cfgfile.cc
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-18 16:05:38 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-18 16:05:38 +0000
commita31f0c0934c40e967bd720999961fbcb7e91fd10 (patch)
tree0db3dff0c7994b514dafb7187559180a09a6010e /games/yadex/files/patch-cfgfile.cc
parentFix some breakage in the section on expansion variables. This wasn't (diff)
Add yadex, a wad editor for popular games including doom 1 & 2, hexen and others
PR: 28249 Submitted by: Jordan DeLong <fracture@allusion.net>
Notes
Notes: svn path=/head/; revision=44176
Diffstat (limited to 'games/yadex/files/patch-cfgfile.cc')
-rw-r--r--games/yadex/files/patch-cfgfile.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/yadex/files/patch-cfgfile.cc b/games/yadex/files/patch-cfgfile.cc
new file mode 100644
index 000000000000..66b0acfbd727
--- /dev/null
+++ b/games/yadex/files/patch-cfgfile.cc
@@ -0,0 +1,15 @@
+--- src/cfgfile.cc.orig Sat Aug 26 13:21:12 2000
++++ src/cfgfile.cc Sun Jun 17 20:33:08 2001
+@@ -572,10 +572,8 @@
+ "~/.yadex/%v/%b",
+ "~/.yadex/%b",
+ "%i/%b",
+- "/usr/local/etc/yadex/%v/%b",
+- "/usr/local/etc/yadex/%b",
+- "/etc/yadex/%v/%b",
+- "/etc/yadex/%b",
++ PREFIX "/etc/yadex/%v/%b",
++ PREFIX "/etc/yadex/%b",
+ 0
+ };
+