d65e5aee6a
This is a bugfix release, no new features introduced. As a compensation for no new features, savegames and bones levels from NetHack 3.4.0 should work, and that's why I kept the datafile directory named nethackdir340. In theory you should be able to simply update the nethack pkgs and continue playing, but I'll not accept any death threats if it doesn't work, so please make sure you make the appropriate backups before trying.
13 lines
341 B
Text
13 lines
341 B
Text
$NetBSD: patch-ae,v 1.4 2003/03/01 21:12:50 pooka Exp $
|
|
|
|
--- sys/unix/Makefile.doc.orig 2003-02-23 16:43:39.000000000 +0200
|
|
+++ sys/unix/Makefile.doc 2003-03-01 16:36:19.000000000 +0200
|
|
@@ -38,7 +38,7 @@
|
|
|
|
|
|
GAME = nethack
|
|
-MANDIR = /usr/man/man6
|
|
+MANDIR = $(PREFIX)/man/man6
|
|
MANEXT = 6
|
|
|
|
# manual installation for most BSD-style systems
|