diff options
author | pooka <pooka@pkgsrc.org> | 2003-10-14 11:06:34 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2003-10-14 11:06:34 +0000 |
commit | 342727b87dec3f30e14b7a5d8b9f779cd67c7bd2 (patch) | |
tree | 7d1ac1d80e09977cf9e82129960cf6d942f8e1e1 /games/nethack-qt | |
parent | c2deda492176cc57f4991da82b1faadc59c151dc (diff) | |
download | pkgsrc-342727b87dec3f30e14b7a5d8b9f779cd67c7bd2.tar.gz |
Set HACKDIR the good old-fashioned way, so that these build.
fixes pkg/22999 by Lloyd Parkes. thanks also to salo for the final nudge
Diffstat (limited to 'games/nethack-qt')
-rw-r--r-- | games/nethack-qt/distinfo | 4 | ||||
-rw-r--r-- | games/nethack-qt/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/nethack-qt/distinfo b/games/nethack-qt/distinfo index 9a94ebdd45c..a6864dce72a 100644 --- a/games/nethack-qt/distinfo +++ b/games/nethack-qt/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2003/09/19 10:06:33 pooka Exp $ +$NetBSD: distinfo,v 1.15 2003/10/14 11:06:34 pooka Exp $ SHA1 (nethack-342.tgz) = a630f8e1ecdc0c957dd6707acbb99dac450a57ba Size (nethack-342.tgz) = 3475583 bytes -SHA1 (patch-aa) = e6c55079d684baa5fedc55773173fd3247b860a5 +SHA1 (patch-aa) = efbf4b0236ed39861a7c90fc49c782e5e9d32b17 SHA1 (patch-ab) = 6c42d5c4c12e70651f14b08658169f6c00b420db SHA1 (patch-ac) = 4181ec1186abd65b72400a56a6062e04d1783f81 SHA1 (patch-ae) = a72da6e6bd1af3a8eaed97ecc1fdd1ed4198a5db diff --git a/games/nethack-qt/patches/patch-aa b/games/nethack-qt/patches/patch-aa index 32d5d04dd47..442fa597945 100644 --- a/games/nethack-qt/patches/patch-aa +++ b/games/nethack-qt/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.9 2003/06/06 12:10:07 jmmv Exp $ +$NetBSD: patch-aa,v 1.10 2003/10/14 11:06:35 pooka Exp $ --- include/config.h.orig 2003-02-23 16:43:19.000000000 +0200 +++ include/config.h 2003-03-01 22:54:41.000000000 +0200 @@ -55,7 +55,7 @@ $NetBSD: patch-aa,v 1.9 2003/06/06 12:10:07 jmmv Exp $ # define HACKDIR "nethackdir" /* nethack directory */ # else -# define HACKDIR "/usr/games/lib/nethackdir" -+# define HACKDIR PREFIX "/share/nethackdir340" ++# define HACKDIR "XXXPREFIXXXX/share/nethackdir340" # endif # endif |