diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
commit | d615f4ca564f838b39bd8b504a3107011d951a03 (patch) | |
tree | d799b77773a040bd9f634696266507c9072dd071 /games/nethack33-nox11/files/patch-ae | |
parent | Remove do-package target that was running "make package" in (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'games/nethack33-nox11/files/patch-ae')
-rw-r--r-- | games/nethack33-nox11/files/patch-ae | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/games/nethack33-nox11/files/patch-ae b/games/nethack33-nox11/files/patch-ae deleted file mode 100644 index 89653b31a76f..000000000000 --- a/games/nethack33-nox11/files/patch-ae +++ /dev/null @@ -1,44 +0,0 @@ -*** sys/unix/Makefile.doc.orig Fri Jan 14 12:49:48 2000 ---- sys/unix/Makefile.doc Sat Sep 23 01:16:22 2000 -*************** -*** 34,40 **** - - - GAME = nethack -! MANDIR = /usr/man/man6 - MANEXT = 6 - - # manual installation for most BSD-style systems ---- 34,40 ---- - - - GAME = nethack -! MANDIR = ${PREFIX}/man/man - MANEXT = 6 - - # manual installation for most BSD-style systems -*************** -*** 51,61 **** - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -! -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -! -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -! -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) -! -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) -! -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt ---- 51,61 ---- - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -! -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) -! -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) -! -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) -! -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) -! -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt |