From 64966663a81530eed23da91c267e8fbd44ee80af Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 13 Apr 2018 09:04:31 +0000 Subject: reinstall the roff(7) manpage When we had both groff and mandoc in base, we decided to keep the roff(7) manpage from groff. when remoing groff, we forgot to install the mandoc version instead. This fixes it. Reported by: trasz MFC after: 1 week --- usr.bin/mandoc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/mandoc/Makefile') diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile index 657b05057bc1..d6b9aa059dd3 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -6,7 +6,7 @@ MDOCMLDIR= ${SRCTOP}/contrib/mdocml .PATH: ${MDOCMLDIR} PROG= mandoc -MAN= mandoc.1 eqn.7 mandoc_char.7 tbl.7 man.7 mdoc.7 # roff.7 +MAN= mandoc.1 eqn.7 mandoc_char.7 tbl.7 man.7 mdoc.7 roff.7 MLINKS= mandoc.1 mdocml.1 .if ${MK_MAN_UTILS} != no MAN+= apropos.1 makewhatis.8 -- cgit v1.2.3