Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2016 04:03:07 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417804 - head/graphics/tesseract
Message-ID:  <201606300403.u5U437vP050029@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606300403.u5U437vP050029>