pkgbase: Fix building out-of-tree manual pages
c7e6cb9e08
introduced MK_MANSPLITPKG but it was not available for
building out-of-tree manual pages. For example, x11/nvidia-driver fails
with the following error:
===> doc (all)
make[3]: "/usr/share/mk/bsd.man.mk" line 53: Malformed conditional (${MK_MANSPLITPKG} == "no")
make[3]: Fatal errors encountered -- cannot continue
Move the definition from src.opts.mk to bsd.opts.mk to make it visible.
This commit is contained in:
parent
0b373f26be
commit
6827435548
@ -75,6 +75,7 @@ __DEFAULT_NO_OPTIONS = \
|
||||
INIT_ALL_PATTERN \
|
||||
INIT_ALL_ZERO \
|
||||
INSTALL_AS_USER \
|
||||
MANSPLITPKG \
|
||||
RETPOLINE \
|
||||
STALE_STAGED
|
||||
|
||||
|
@ -207,7 +207,6 @@ __DEFAULT_NO_OPTIONS = \
|
||||
LOADER_VERBOSE \
|
||||
LOADER_VERIEXEC_PASS_MANIFEST \
|
||||
MALLOC_PRODUCTION \
|
||||
MANSPLITPKG \
|
||||
OFED_EXTRA \
|
||||
OPENLDAP \
|
||||
REPRODUCIBLE_BUILD \
|
||||
|
Loading…
Reference in New Issue
Block a user