svn commit: r363084 - head/www/py-qp
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 27 16:38:17 UTC 2014
Author: sunpoet
Date: Sun Jul 27 16:38:16 2014
New Revision: 363084
URL: http://svnweb.freebsd.org/changeset/ports/363084
QAT: https://qat.redports.org/buildarchive/r363084/
Log:
- Use setup.py instead of PYSETUP
Modified:
head/www/py-qp/Makefile
Modified: head/www/py-qp/Makefile
==============================================================================
--- head/www/py-qp/Makefile Sun Jul 27 16:29:41 2014 (r363083)
+++ head/www/py-qp/Makefile Sun Jul 27 16:38:16 2014 (r363084)
@@ -33,6 +33,6 @@ post-build:
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${EXAMPLESDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
- cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYSETUP} install_demo_sites ${STAGEDIR}${EXAMPLESDIR}/
+ cd ${WRKSRC}/ && ${PYTHON_CMD} setup.py install_demo_sites ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list