diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-04-20 14:24:28 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-04-20 14:24:28 +0000 |
commit | 52ed0baa26f0ebef5038f07b46fa901ae7622eb8 (patch) | |
tree | 9abbd4f82b7b6069b42b3d4971545fc5d455bbe5 /games/nethack33/files/patch-aa | |
parent | Update to version 1.20. (diff) |
. Sync with the nethack32 port:
. By default, install things in a location that won't conflict with the
other nethack ports.
. Build and install the recover utility so that users can recover their
game if it crashes (bump PORTREVISION for this).
. Sync with the nethack34 port:
. Use PKGNAMESUFFIX to select the graphics type.
. Remove the COMMENT in the slave ports.
. Take maintainership of nethack33 and nethack33-nox11.
. Unbreak the nethack33-qt port.
Notes
Notes:
svn path=/head/; revision=107723
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 /* |