Date: Mon, 9 Jan 2017 09:44:12 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430928 - head/devel/pure-stldict Message-ID: <201701090944.v099iCB3098410@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Jan 9 09:44:12 2017 New Revision: 430928 URL: https://svnweb.freebsd.org/changeset/ports/430928 Log: - Remove always false OSVERSION condition - Switch to options helpers Approved by: portmgr blanket Modified: head/devel/pure-stldict/Makefile Modified: head/devel/pure-stldict/Makefile ============================================================================== --- head/devel/pure-stldict/Makefile Mon Jan 9 09:43:38 2017 (r430927) +++ head/devel/pure-stldict/Makefile Mon Jan 9 09:44:12 2017 (r430928) @@ -23,17 +23,12 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES -.include <bsd.port.pre.mk> - -.if ${OSVERSION} <= 1000000 -USE_GCC= yes -.endif - -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701090944.v099iCB3098410>