diff options
author | pooka <pooka@pkgsrc.org> | 2000-07-16 12:40:54 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-07-16 12:40:54 +0000 |
commit | b908c0619b6191e07cd3fc014a0fc5c5904b178f (patch) | |
tree | 7237ca9b36cfea28dcf30936fd9c65864f6ec342 /games/nethack-lib | |
parent | c4f2ebf27570f9722a3d484c8a2b606fb597853d (diff) | |
download | pkgsrc-b908c0619b6191e07cd3fc014a0fc5c5904b178f.tar.gz |
gzip is in /usr/bin, not /usr/local/bin
Diffstat (limited to 'games/nethack-lib')
-rw-r--r-- | games/nethack-lib/files/patch-sum | 4 | ||||
-rw-r--r-- | games/nethack-lib/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/nethack-lib/files/patch-sum b/games/nethack-lib/files/patch-sum index 4f26bfdb2dd..b0ecfafd957 100644 --- a/games/nethack-lib/files/patch-sum +++ b/games/nethack-lib/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.3 2000/04/14 14:06:53 pooka Exp $ +$NetBSD: patch-sum,v 1.4 2000/07/16 12:40:55 pooka Exp $ -MD5 (patch-aa) = ab2e40a9c222d914cc0ca9ecfda1cd88 +MD5 (patch-aa) = b46c8c49e1e6ceb933a9bbef0efa3fc7 MD5 (patch-ab) = 39341410ce990a7eb55beeef4af75855 MD5 (patch-ac) = 4f89ee35a5901b7b8a8e376216c227ba MD5 (patch-ad) = 1c894f6943c2b5edfcca5e36a6f43c4d diff --git a/games/nethack-lib/patches/patch-aa b/games/nethack-lib/patches/patch-aa index 28d3c770759..7ac949f6f3f 100644 --- a/games/nethack-lib/patches/patch-aa +++ b/games/nethack-lib/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 1999/12/24 22:30:00 pooka Exp $ +$NetBSD: patch-aa,v 1.3 2000/07/16 12:40:55 pooka Exp $ --- include/config.h.orig Sat Dec 11 07:20:49 1999 +++ include/config.h Fri Dec 17 13:51:24 1999 @@ -13,7 +13,7 @@ $NetBSD: patch-aa,v 1.2 1999/12/24 22:30:00 pooka Exp $ /* An example of one alternative you might want to use: */ -/* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ -/* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ -+#define COMPRESS "/usr/local/bin/gzip" /* FSF gzip compression */ ++#define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ +#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ #endif |