From owner-svn-ports-all@freebsd.org Thu Jun 30 04:03:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2F47B8782E; Thu, 30 Jun 2016 04:03:08 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B10D02CDF; Thu, 30 Jun 2016 04:03:08 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5U437sv050030; Thu, 30 Jun 2016 04:03:07 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5U437vP050029; Thu, 30 Jun 2016 04:03:07 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201606300403.u5U437vP050029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Thu, 30 Jun 2016 04:03:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417804 - head/graphics/tesseract X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2016 04:03:09 -0000 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 - 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}