freebsd-ports/games/yadex/files/patch-game.cc
David W. Chapman Jr. a31f0c0934 Add yadex, a wad editor for popular games including doom 1 & 2, hexen and others
PR:		28249
Submitted by:	Jordan DeLong <fracture@allusion.net>
2001-06-18 16:05:38 +00:00

15 lines
381 B
C++

--- src/game.cc.orig Wed May 10 15:01:58 2000
+++ src/game.cc Sun Jun 17 20:42:48 2001
@@ -42,10 +42,8 @@
"./%b",
"~/.yadex/%v/%b",
"%i/%b",
- "/usr/local/share/games/yadex/%v/%b",
- "/usr/share/games/yadex/%v/%b",
- "/usr/local/share/games/yadex/%b",
- "/usr/share/games/yadex/%b",
+ PREFIX "/share/yadex/%v/%b",
+ PREFIX "/share/yadex/%b",
0
};