svn commit: r405138 - head/devel/py-bison
Martin Wilke
miwi at FreeBSD.org
Sun Jan 3 12:54:50 UTC 2016
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})
More information about the svn-ports-all
mailing list