aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-07-28 00:38:16 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-07-28 00:38:16 +0800
commit3218593ec34ef0aa466fb3d7a88f01a1fcc08fbc (patch)
tree209bc1d12e6e578582c26ce195f69b38fad1b5c8 /www
parent77c81dcac949c5e75c51c1e038619709f7ce4315 (diff)
downloadfreebsd-ports-gnome-3218593ec34ef0aa466fb3d7a88f01a1fcc08fbc.tar.gz
freebsd-ports-gnome-3218593ec34ef0aa466fb3d7a88f01a1fcc08fbc.tar.zst
freebsd-ports-gnome-3218593ec34ef0aa466fb3d7a88f01a1fcc08fbc.zip
- Use setup.py instead of PYSETUP
Diffstat (limited to 'www')
-rw-r--r--www/py-qp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-qp/Makefile b/www/py-qp/Makefile
index 82ba0fd23e04..3b8891e60cdb 100644
--- a/www/py-qp/Makefile
+++ b/www/py-qp/Makefile
@@ -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>