svn commit: r417804 - head/graphics/tesseract
Mikhail Teterin
mi at FreeBSD.org
Thu Jun 30 04:03:09 UTC 2016
Author: mi
Date: Thu Jun 30 04:03:07 2016
New Revision: 417804
URL: https://svnweb.freebsd.org/changeset/ports/417804
Log:
Handle the EXAMPLES-option being disabled the same way DOCS
is handled. Remove gratutious inclusion of bsd.port.options.mk
PR: 197074
Modified:
head/graphics/tesseract/Makefile
Modified: head/graphics/tesseract/Makefile
==============================================================================
--- head/graphics/tesseract/Makefile Thu Jun 30 01:37:22 2016 (r417803)
+++ head/graphics/tesseract/Makefile Thu Jun 30 04:03:07 2016 (r417804)
@@ -41,13 +41,11 @@ post-patch:
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
-.include <bsd.port.options.mk>
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS:Nhtml} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}
-post-install:
+post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
More information about the svn-ports-head
mailing list