diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-29 18:05:54 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-29 18:05:54 +0000 |
commit | feb3356341590fce2f0dda2a341001960a051425 (patch) | |
tree | d37a6aeba97e38e6f8a7acc3246ef467a36a238a /math/py-gnuplot/Makefile | |
parent | d0aacfc27f788cae6e8c33eddb522fe23b33192f (diff) |
use USE_PYDISTUTILS
Notes
Notes:
svn path=/head/; revision=58326
Diffstat (limited to 'math/py-gnuplot/Makefile')
-rw-r--r-- | math/py-gnuplot/Makefile | 8 |
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) |