Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2016 15:16:14 +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: r405162 - head/graphics/py-graphy
Message-ID:  <201601031516.u03FGE3e038265@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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})
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601031516.u03FGE3e038265>