summaryrefslogtreecommitdiff
path: root/net-im/py-jabber/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net-im/py-jabber/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/net-im/py-jabber/Makefile b/net-im/py-jabber/Makefile
index bc7452a0fffd..bbb2b3a79b1e 100644
--- a/net-im/py-jabber/Makefile
+++ b/net-im/py-jabber/Makefile
@@ -19,13 +19,6 @@ MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat
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>