diff options
Diffstat (limited to 'games/nethack33/files/patch-aa')
-rw-r--r-- | games/nethack33/files/patch-aa | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/nethack33/files/patch-aa b/games/nethack33/files/patch-aa index 8d5758e3ab86..5dbae6baeada 100644 --- a/games/nethack33/files/patch-aa +++ b/games/nethack33/files/patch-aa @@ -1,3 +1,5 @@ +$FreeBSD$ + --- include/config.h.orig Sat Jul 22 10:13:51 2000 +++ include/config.h Sat May 18 06:27:54 2002 @@ -110,7 +110,7 @@ @@ -30,7 +32,7 @@ */ # ifndef HACKDIR -# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ -+# define HACKDIR "%%PREFIX%%/lib/nethack" /* nethack directory */ ++# define HACKDIR "%%HACKDIR%%" /* nethack directory */ # endif /* |