diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-28 00:38:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-28 00:38:16 +0800 |
commit | 3218593ec34ef0aa466fb3d7a88f01a1fcc08fbc (patch) | |
tree | 209bc1d12e6e578582c26ce195f69b38fad1b5c8 /www | |
parent | 77c81dcac949c5e75c51c1e038619709f7ce4315 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |