Fix build with DOCS off
This commit is contained in:
parent
13960ea438
commit
46b6104bca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462833
1 changed files with 2 additions and 6 deletions
|
@ -91,13 +91,9 @@ NCURSES_USES= ncurses
|
|||
DOCS_BUILD_DEPENDS= xsltproc:textproc/libxslt \
|
||||
${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
|
||||
lynx:www/lynx
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# Trick neomutt into building manpages and neomuttrc
|
||||
.if empty(PORT_OPTIONS:MDOCS)
|
||||
BINARY_ALIAS= xsltproc=true
|
||||
.endif
|
||||
DOCS_VARS_OFF= BINARY_ALIAS=xsltproc=true \
|
||||
BINARY_ALIAS+=xmlcatalog=true
|
||||
|
||||
post-install:
|
||||
${RM} ${STAGEDIR}${PREFIX}/etc/mime*
|
||||
|
|
Loading…
Reference in a new issue