diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-29 18:05:54 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-29 18:05:54 +0000 |
commit | ab1ff1663deabb3dd9edb43c7f101b80eb48760b (patch) | |
tree | 7e4fdc3bc6d2cde546c2936c75d77c5ec294f74b /math/py-gsl | |
parent | 1262e08a60f7e1ed3a8a11f08db55b24406faf32 (diff) | |
download | FreeBSD-ports-ab1ff1663deabb3dd9edb43c7f101b80eb48760b.zip FreeBSD-ports-ab1ff1663deabb3dd9edb43c7f101b80eb48760b.tar.gz |
use USE_PYDISTUTILS
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 97918df..83d5340 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> |