diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-30 02:05:54 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-30 02:05:54 +0800 |
commit | ab1ff1663deabb3dd9edb43c7f101b80eb48760b (patch) | |
tree | 7e4fdc3bc6d2cde546c2936c75d77c5ec294f74b /math/py-gnuplot/Makefile | |
parent | 1262e08a60f7e1ed3a8a11f08db55b24406faf32 (diff) | |
download | freebsd-ports-gnome-ab1ff1663deabb3dd9edb43c7f101b80eb48760b.tar.gz freebsd-ports-gnome-ab1ff1663deabb3dd9edb43c7f101b80eb48760b.tar.zst freebsd-ports-gnome-ab1ff1663deabb3dd9edb43c7f101b80eb48760b.zip |
use USE_PYDISTUTILS
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) |