diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
commit | 0d98f1227110082e9e507ca236458f6c363e25b6 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /japanese/nethack/files/patch-ad | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'japanese/nethack/files/patch-ad')
-rw-r--r-- | japanese/nethack/files/patch-ad | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/japanese/nethack/files/patch-ad b/japanese/nethack/files/patch-ad deleted file mode 100644 index 12052c86c16a..000000000000 --- a/japanese/nethack/files/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ ---- ./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) |