From cc7205658db9f615901246873880a8001c1a38c1 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 3 Jan 2016 12:54:48 +0000 Subject: [PATCH] - Convert to options helper --- devel/py-bison/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-bison/Makefile b/devel/py-bison/Makefile index 08bfa983e462..a3ca4b5bfea4 100644 --- a/devel/py-bison/Makefile +++ b/devel/py-bison/Makefile @@ -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})