aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-ipy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-ipy/Makefile')
-rw-r--r--net/py-ipy/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/net/py-ipy/Makefile b/net/py-ipy/Makefile
index 5332f2922df8..f909dbcb02f4 100644
--- a/net/py-ipy/Makefile
+++ b/net/py-ipy/Makefile
@@ -16,13 +16,6 @@ DISTNAME= IPy-${PORTVERSION}
MAINTAINER= drt@un.bewaff.net
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>