summaryrefslogtreecommitdiff
path: root/math/py-gsl
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-29 18:05:54 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-29 18:05:54 +0000
commitfeb3356341590fce2f0dda2a341001960a051425 (patch)
treed37a6aeba97e38e6f8a7acc3246ef467a36a238a /math/py-gsl
parentstrip -> ${STRIP_CMD} (diff)
use USE_PYDISTUTILS
Notes
Notes: svn path=/head/; revision=58326
Diffstat (limited to 'math/py-gsl')
-rw-r--r--math/py-gsl/Makefile7
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>