diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-20 11:21:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-20 11:21:52 +0800 |
commit | 2388c298def1c048984ebcc15301b33db875adc8 (patch) | |
tree | 60e245a6811eb4ed4e76275a988c4eb0fdc8f858 /sysutils | |
parent | 8692e8328abbbf0eb8b7eba161731ecb28f7c325 (diff) | |
download | freebsd-ports-gnome-2388c298def1c048984ebcc15301b33db875adc8.tar.gz freebsd-ports-gnome-2388c298def1c048984ebcc15301b33db875adc8.tar.zst freebsd-ports-gnome-2388c298def1c048984ebcc15301b33db875adc8.zip |
- Support STAGEDIR
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-psutil/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index f64f64cb2815..7f09e29ad82e 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -12,11 +12,10 @@ COMMENT= Process utilities module for Python LICENSE= BSD -USE_PYTHON= yes -USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME} +USE_PYDISTUTILS=yes +USE_PYTHON= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|setuptools|distutils.core|' ${WRKSRC}/${PYSETUP} |