summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-03 06:02:49 +0000
committerbapt <bapt@FreeBSD.org>2015-06-03 06:02:49 +0000
commitcc213ca84c8059d6afee40536adee5126fc82fbf (patch)
treebb28ade016258fff46b367000007c9b8f38adb57 /Makefile.inc1
parentceab7266287f435b57e67d9731b6b7089b8e6ff8 (diff)
downloadFreeBSD-src-cc213ca84c8059d6afee40536adee5126fc82fbf.zip
FreeBSD-src-cc213ca84c8059d6afee40536adee5126fc82fbf.tar.gz
mandoc's makewhatis requires gnuzip to be in the path when deadling with
with compressed manpages. This should fix spam during installworld: "exec: No such file or directory" Reported by: many
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 1679404..acc3822 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1366,7 +1366,8 @@ _kerberos5_bootstrap_tools= \
.if ${MK_MANDOCDB} != "no"
_libohash?= lib/libohash
_makewhatis= lib/libsqlite3 \
- usr.bin/mandoc
+ usr.bin/mandoc \
+ usr.bin/gzip
${_bt}-usr.bin/mandoc: ${_bt}-lib/libohash ${_bt}-lib/libsqlite3
.else
_makewhatis=usr.bin/makewhatis
OpenPOWER on IntegriCloud