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 | |
parent | strip -> ${STRIP_CMD} (diff) |
use USE_PYDISTUTILS
Diffstat (limited to 'math')
-rw-r--r-- | math/biggles/Makefile | 12 | ||||
-rw-r--r-- | math/py-gnuplot/Makefile | 8 | ||||
-rw-r--r-- | math/py-gsl/Makefile | 7 |
3 files changed, 4 insertions, 23 deletions
diff --git a/math/biggles/Makefile b/math/biggles/Makefile index 3c61267de35e..e4d66d60ca2c 100644 --- a/math/biggles/Makefile +++ b/math/biggles/Makefile @@ -15,18 +15,10 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${PYDISTUTILS} \ - ${PYTHON_SITELIBDIR}/Numeric.pth:${PORTSDIR}/math/py-numeric +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric.pth:${PORTSDIR}/math/py-numeric LIB_DEPENDS= plot:${PORTSDIR}/graphics/plotutils USE_PYTHON= yes - -SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py - -do-build: - @${SETUP_CMD} build - -do-install: - @${SETUP_CMD} install +USE_PYDISTUTILS= yes .include <bsd.port.mk> 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) diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index 97918dfed971..83d53409a538 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -20,11 +20,6 @@ LIB_DEPENDS= gsl.0:${PORTSDIR}/math/gsl PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} USE_PYTHON= yes - -do-build: - @cd ${WRKSRC} && ${PYTHON_CMD} setup.py build - -do-install: - @cd ${WRKSRC} && ${PYTHON_CMD} setup.py install +USE_PYDISTUTILS= yes .include <bsd.port.mk> |