summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-29 18:37:38 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-29 18:37:38 +0000
commit91cb80d94325e8fcc4dd2bd428e58094b0f30891 (patch)
treefc97a09970827819a50f2263bd7760b9da076d95 /net-mgmt
parentUpdate erlang documentation to version R8B-1 (8.1). (diff)
use USE_PYDISTUTILS
Notes
Notes: svn path=/head/; revision=58331
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/py-ipy/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/net-mgmt/py-ipy/Makefile b/net-mgmt/py-ipy/Makefile
index 5332f2922df8..f909dbcb02f4 100644
--- a/net-mgmt/py-ipy/Makefile
+++ b/net-mgmt/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>