svn commit: r443012 - head/mail/neomutt
Adam Weinberger
adamw at FreeBSD.org
Fri Jun 9 15:17:12 UTC 2017
Author: adamw
Date: Fri Jun 9 15:17:11 2017
New Revision: 443012
URL: https://svnweb.freebsd.org/changeset/ports/443012
Log:
neomutt now allows xsltproc and w3m calls to fail, so the kludgey patch
to remove xsltproc calls is no longer necessary. The port now happily
builds with DOCS disabled.
Submitted by: ler
Modified:
head/mail/neomutt/Makefile
Modified: head/mail/neomutt/Makefile
==============================================================================
--- head/mail/neomutt/Makefile Fri Jun 9 15:13:41 2017 (r443011)
+++ head/mail/neomutt/Makefile Fri Jun 9 15:17:11 2017 (r443012)
@@ -93,9 +93,6 @@ DOCS_BUILD_DEPENDS= xsltproc:textproc/libxslt \
post-patch:
@${REINPLACE_CMD} '/LIBS=$$/d' ${WRKSRC}/configure.ac
-post-patch-DOCS-off:
- @${REINPLACE_CMD} -e 's/xsltproc.*//' ${WRKSRC}/doc/Makefile.am
-
post-install:
${RM} ${STAGEDIR}${PREFIX}/etc/mime*
More information about the svn-ports-all
mailing list