diff options
Diffstat (limited to 'games/unnethack/files/patch-makefile.doc')
-rw-r--r-- | games/unnethack/files/patch-makefile.doc | 33 |
1 files changed, 11 insertions, 22 deletions
diff --git a/games/unnethack/files/patch-makefile.doc b/games/unnethack/files/patch-makefile.doc index 525d27847fee..e6b4e04d940c 100644 --- a/games/unnethack/files/patch-makefile.doc +++ b/games/unnethack/files/patch-makefile.doc @@ -1,15 +1,12 @@ -$FreeBSD$ - ---- sys/unix/Makefile.doc.orig Sat Dec 30 05:08:31 2006 -+++ sys/unix/Makefile.doc Fri Aug 17 23:19:06 2007 -@@ -53,16 +53,16 @@ +--- sys/autoconf/Makefile.doc.orig 2010-01-10 23:51:59.000000000 +0900 ++++ sys/autoconf/Makefile.doc 2010-01-19 14:56:00.437356006 +0900 +@@ -49,15 +49,15 @@ # tbl tmac.n Guidebook.mn | groff -Wall -Tdvi > Guidebook.dvi - GAME = slashem + GAME = unnethack -MANDIR = /usr/man/man6 -+MANDIR = ${MANPREFIX}/man/man6 ++MANDIR = $(MANPREFIX)/man/man6 MANEXT = 6 - FRMANDIR= $(MANDIR:man6=fr/man6) # manual installation for most BSD-style systems -GAMEMANCREATE = cp $(GAME).6 @@ -17,19 +14,11 @@ $FreeBSD$ -DGNMANCREATE = cp dgn_comp.6 -RCVRMANCREATE = cp recover.6 -DLBMANCREATE = cp dlb.6 -+GAMEMANCREATE = ${BSD_INSTALL_MAN} $(GAME).6 -+LEVMANCREATE = ${BSD_INSTALL_MAN} lev_comp.6 -+DGNMANCREATE = ${BSD_INSTALL_MAN} dgn_comp.6 -+RCVRMANCREATE = ${BSD_INSTALL_MAN} recover.6 -+DLBMANCREATE = ${BSD_INSTALL_MAN} dlb.6 - FRGAMEMANCREATE = cp fr/$(GAME).6 ++GAMEMANCREATE = $(BSD_INSTALL_MAN) $(GAME).6 ++LEVMANCREATE = $(BSD_INSTALL_MAN) lev_comp.6 ++DGNMANCREATE = $(BSD_INSTALL_MAN) dgn_comp.6 ++RCVRMANCREATE = $(BSD_INSTALL_MAN) recover.6 ++DLBMANCREATE = $(BSD_INSTALL_MAN) dlb.6 # manual installation for most SYSV-style systems # and for man files readable in less (eg dos DJGPP+GNU) -@@ -79,7 +79,6 @@ - -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) - -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) - -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) -- -$(FRGAMEMANCREATE) $(FRMANDIR)/$(GAME).$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt $(GAME).txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt + # GAMEMANCREATE = groff -Wall -mtty-char -Tascii -man $(GAME).6 > |