diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-08-19 08:37:32 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-08-19 08:37:32 +0000 |
commit | 934d2728a5686d48caede4d17a0026c4a1d3b73f (patch) | |
tree | 9b720617e4d66508a7b2bf239adae1bfe2fe7c81 /games/unnethack/files/patch-config.h | |
parent | a9c74f1ce3c2da255f28a0951e62cf1e46da276a (diff) |
. Update to 0.0.7E7F3.
. Take maintainership. [1]
Approved by: clive@darkarts.co.za (previous maintainer)
Notes
Notes:
svn path=/head/; revision=197903
Diffstat (limited to 'games/unnethack/files/patch-config.h')
-rw-r--r-- | games/unnethack/files/patch-config.h | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/games/unnethack/files/patch-config.h b/games/unnethack/files/patch-config.h index a14697939199..1d9ceca5348d 100644 --- a/games/unnethack/files/patch-config.h +++ b/games/unnethack/files/patch-config.h @@ -1,6 +1,8 @@ ---- include/config.h.good Wed Nov 22 23:18:52 2000 -+++ include/config.h Wed Nov 22 23:29:22 2000 -@@ -176,12 +176,12 @@ +$FreeBSD$ + +--- include/config.h.orig Sat Dec 30 05:08:31 2006 ++++ include/config.h Fri Aug 17 23:09:31 2007 +@@ -230,12 +230,12 @@ #ifdef UNIX /* path and file name extension for compression program */ @@ -17,7 +19,7 @@ /* # define COMPRESS "/usr/bin/bzip2" *//* bzip2 compression */ /* # define COMPRESS_EXTENSION ".bz2" *//* bzip2 extension */ -@@ -195,7 +195,7 @@ +@@ -249,7 +249,7 @@ * a tar-like file, thus making a neater installation. See *conf.h * for detailed configuration. */ @@ -26,12 +28,12 @@ /* * Defining INSURANCE slows down level changes, but allows games that -@@ -214,7 +214,7 @@ - * otherwise it will be the current directory. - */ - # ifndef HACKDIR --# define HACKDIR "." /* nethack directory */ -+# define HACKDIR "/usr/local/share/slashem-tty" /* nethack directory */ +@@ -271,7 +271,7 @@ + # ifdef __APPLE__ + # define HACKDIR "nethackdir" /* nethack directory */ + # else +-# define HACKDIR "." ++# define HACKDIR "%%PREFIX%%/share/slashem" /* nethack directory */ + # endif # endif - /* |