aboutsummaryrefslogtreecommitdiff
path: root/japanese/nethack32/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/nethack32/files/patch-ad')
-rw-r--r--japanese/nethack32/files/patch-ad19
1 files changed, 19 insertions, 0 deletions
diff --git a/japanese/nethack32/files/patch-ad b/japanese/nethack32/files/patch-ad
new file mode 100644
index 000000000000..12052c86c16a
--- /dev/null
+++ b/japanese/nethack32/files/patch-ad
@@ -0,0 +1,19 @@
+--- ./sys/unix/Makefile.doc.org Mon Jan 11 13:02:31 1993
++++ ./sys/unix/Makefile.doc Sat Dec 10 00:14:52 1994
+@@ -21,7 +21,7 @@
+
+
+ GAME = nethack
+-MANDIR = /usr/man/man6
++MANDIR = /usr/local/man/man6
+ MANEXT = 6
+
+ # manual installation for most BSD-style systems
+@@ -36,6 +36,7 @@
+ # RCVRMANCREATE = nroff -man recover.6 >
+
+ manpages:
++ -mkdir $(MANDIR)
+ -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT)
+ -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT)
+ -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT)