summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-23 22:28:46 +0000
committerbapt <bapt@FreeBSD.org>2014-11-23 22:28:46 +0000
commit370dd13218b8a5490564fcc006eb30703ff105a0 (patch)
tree09b1c1fe643fadba63d381e1dbfc89eadee16a34 /gnu
parent284b8976e379fc9152cc4d3a1ec44efe5008cc77 (diff)
downloadFreeBSD-src-370dd13218b8a5490564fcc006eb30703ff105a0.zip
FreeBSD-src-370dd13218b8a5490564fcc006eb30703ff105a0.tar.gz
Install mdoc(7) and man(7) from mdoc instead of the one from groff
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/tmac/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile
index 195d32f..d74f76a 100644
--- a/gnu/usr.bin/groff/tmac/Makefile
+++ b/gnu/usr.bin/groff/tmac/Makefile
@@ -11,9 +11,8 @@ MDOCDIR?= ${TMACDIR}/mdoc
MAN= groff_ms.7 groff_man.7 groff_me.7 groff_mdoc.7
MAN+= groff_trace.7 groff_www.7
MLINKS= groff_ms.7 ms.7
-MLINKS+= groff_man.7 man.7
MLINKS+= groff_me.7 me.7
-MLINKS+= groff_mdoc.7 mdoc.7 groff_mdoc.7 mdoc.samples.7
+MLINKS+= groff_mdoc.7 mdoc.samples.7
CLEANFILES= ${MAN} ${MDOCFILES:S/$/-s/} ${STRIPFILES:S/$/-s/} ${SPECIALFILES:S/$/-s/}
OpenPOWER on IntegriCloud