Set MAN4DIR to an empty value temporarily.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
6bdeac9e53
commit
3a08ff4d7e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51051
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ _ARM?= BANANAPI \
|
|||
|
||||
#_hardware?= hardware
|
||||
_hardware= # empty
|
||||
MAN4DIR=
|
||||
.if !defined(MAN4DIR) || empty(MAN4DIR)
|
||||
. if exists(${DOC_PREFIX}/../src/share/man/man4)
|
||||
MAN4DIR= ${DOC_PREFIX}/../src/share/man/man4
|
||||
|
|
Loading…
Reference in a new issue