From 24b6373be364d56e6f33deb1648a97a9183b2d0c Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Thu, 30 Jun 2016 04:03:07 +0000 Subject: [PATCH] Handle the EXAMPLES-option being disabled the same way DOCS is handled. Remove gratutious inclusion of bsd.port.options.mk PR: 197074 --- graphics/tesseract/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index 11b69cdeccb6..4e3e62a01b41 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -41,13 +41,11 @@ post-patch: 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in -.include - 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}