svn commit: r462833 - head/mail/neomutt
Adam Weinberger
adamw at FreeBSD.org
Sat Feb 24 14:51:12 UTC 2018
Author: adamw
Date: Sat Feb 24 14:51:11 2018
New Revision: 462833
URL: https://svnweb.freebsd.org/changeset/ports/462833
Log:
Fix build with DOCS off
Modified:
head/mail/neomutt/Makefile
Modified: head/mail/neomutt/Makefile
==============================================================================
--- head/mail/neomutt/Makefile Sat Feb 24 14:40:12 2018 (r462832)
+++ head/mail/neomutt/Makefile Sat Feb 24 14:51:11 2018 (r462833)
@@ -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*
More information about the svn-ports-all
mailing list