summaryrefslogtreecommitdiff
path: root/games/nethack33/files/patch-aa
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2000-08-02 16:38:07 +0000
committerSADA Kenji <sada@FreeBSD.org>2000-08-02 16:38:07 +0000
commit523b9b7615570547cd974c228a6cab2d197cdec9 (patch)
tree82d4ebac8bb45a72a9a7ae30736c9d34f150f827 /games/nethack33/files/patch-aa
parentpatch submission, cisco got a copy. (diff)
Cope with FreeBSD 3.
Fixed the path to gzip. PR: ports/16417 Submitted by: Gregory Bond <gnb@itga.com.au>
Notes
Notes: svn path=/head/; revision=31259
Diffstat (limited to 'games/nethack33/files/patch-aa')
-rw-r--r--games/nethack33/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack33/files/patch-aa b/games/nethack33/files/patch-aa
index 346180b3dd0c..2e301760581e 100644
--- a/games/nethack33/files/patch-aa
+++ b/games/nethack33/files/patch-aa
@@ -29,7 +29,7 @@
/* 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