summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-05-01 20:08:25 +0000
committerbapt <bapt@FreeBSD.org>2015-05-01 20:08:25 +0000
commitbf4b130755c62c984b5688e7dc9ff12b707b7a69 (patch)
treeab6d0633d504d654cc3829274928978ce1c42e2f /Makefile.inc1
parent41e541e0deeb680b21fe86d504359d7fb8b4d24a (diff)
downloadFreeBSD-src-bf4b130755c62c984b5688e7dc9ff12b707b7a69.zip
FreeBSD-src-bf4b130755c62c984b5688e7dc9ff12b707b7a69.tar.gz
Replace groff's soelim by soeliminate(1) renamed soelim(1)
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index f21d779..213e1c6 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1263,7 +1263,8 @@ _gperf= gnu/usr.bin/gperf
.endif
.if ${MK_GROFF} != "no"
-_groff= gnu/usr.bin/groff
+_groff= gnu/usr.bin/groff \
+ usr.bin/soelim
.endif
.if ${MK_VT} != "no"
OpenPOWER on IntegriCloud