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
This commit is contained in:
Baptiste Daroussin 2015-06-03 06:02:49 +00:00
parent e18af60507
commit 0bbe6da5b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283938

View File

@ -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