freebsd-ports/games/uhexen/files/patch-src::h2_main.c
Alexey Dokuchaev fbe68a3a4f - Switch to the official sf.net CDN in MASTER_SITES
- Integrate with our standard shareware game data port
- Convert to the new OPTIONS framework
- Relinquish maintainership, cleanup Makefile

Feature safe:	yes
2012-11-22 15:37:58 +00:00

14 lines
305 B
C

$FreeBSD$
--- src/h2_main.c.orig Tue Dec 4 18:11:47 2001
+++ src/h2_main.c Mon Feb 10 16:56:31 2003
@@ -127,7 +127,7 @@
static char *wadfiles[MAXWADFILES] =
{
"hexen.wad",
- "/usr/local/share/games/uhexen/hexen.wad"
+ PREFIX "/share/doom/hexen.wad"
};
#else
static char *wadfiles[MAXWADFILES] =