aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-20 11:21:52 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-11-20 11:21:52 +0800
commit2388c298def1c048984ebcc15301b33db875adc8 (patch)
tree60e245a6811eb4ed4e76275a988c4eb0fdc8f858 /sysutils
parent8692e8328abbbf0eb8b7eba161731ecb28f7c325 (diff)
downloadfreebsd-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/Makefile5
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}