diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-29 18:37:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-29 18:37:38 +0000 |
commit | 91cb80d94325e8fcc4dd2bd428e58094b0f30891 (patch) | |
tree | fc97a09970827819a50f2263bd7760b9da076d95 /net-mgmt | |
parent | Update 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/Makefile | 9 |
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> |