svn commit: r405162 - head/graphics/py-graphy

Martin Wilke miwi at FreeBSD.org
Sun Jan 3 15:16:15 UTC 2016


Author: miwi
Date: Sun Jan  3 15:16:13 2016
New Revision: 405162
URL: https://svnweb.freebsd.org/changeset/ports/405162

Log:
  - Convert to options helper

Modified:
  head/graphics/py-graphy/Makefile

Modified: head/graphics/py-graphy/Makefile
==============================================================================
--- head/graphics/py-graphy/Makefile	Sun Jan  3 15:08:50 2016	(r405161)
+++ head/graphics/py-graphy/Makefile	Sun Jan  3 15:16:13 2016	(r405162)
@@ -34,8 +34,10 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}
 	@(cd ${WRKSRC}/${PORTNAME}/ && \
 	     ${COPYTREE_SHARE} . ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME})
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
+post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	@(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
 


More information about the svn-ports-head mailing list