aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-gnuplot
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-gnuplot')
-rw-r--r--math/py-gnuplot/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/math/py-gnuplot/Makefile b/math/py-gnuplot/Makefile
index b29d915dd5f0..dc0941b06545 100644
--- a/math/py-gnuplot/Makefile
+++ b/math/py-gnuplot/Makefile
@@ -19,13 +19,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric
USE_PYTHON= yes
-SETUP_CMD= cd ${WRKSRC}; ${PYTHON_CMD} setup.py
-
-do-build:
- @${SETUP_CMD} build
-
-do-install:
- @${SETUP_CMD} install
+USE_PYDISTUTILS= yes
post-install:
.if !defined(NOPORTDOCS)