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-gsl | |
parent | d0aacfc27f788cae6e8c33eddb522fe23b33192f (diff) |
use USE_PYDISTUTILS
Notes
Notes:
svn path=/head/; revision=58326
Diffstat (limited to 'math/py-gsl')
-rw-r--r-- | math/py-gsl/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
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> |