Date: Sun, 3 Jan 2016 12:54:49 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405138 - head/devel/py-bison Message-ID: <201601031254.u03CsnQ4094735@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Jan 3 12:54:48 2016 New Revision: 405138 URL: https://svnweb.freebsd.org/changeset/ports/405138 Log: - Convert to options helper Modified: head/devel/py-bison/Makefile Modified: head/devel/py-bison/Makefile ============================================================================== --- head/devel/py-bison/Makefile Sun Jan 3 12:53:50 2016 (r405137) +++ head/devel/py-bison/Makefile Sun Jan 3 12:54:48 2016 (r405138) @@ -36,8 +36,10 @@ BROKEN= Does not compile on ia64 post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bison_.so +ports-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) +ports-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601031254.u03CsnQ4094735>