summaryrefslogtreecommitdiffstats
path: root/lang/py-compiler/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-04-29 17:53:59 +0000
committerijliao <ijliao@FreeBSD.org>2002-04-29 17:53:59 +0000
commitfdc6725e887bb44eba4cfee5196cdbfadc322eb3 (patch)
treeb0124520c41cb18e061447b0cf0a39700f45403f /lang/py-compiler/Makefile
parent15727ac4d20392f19b3390cb27c56102fdf196fa (diff)
downloadFreeBSD-ports-fdc6725e887bb44eba4cfee5196cdbfadc322eb3.zip
FreeBSD-ports-fdc6725e887bb44eba4cfee5196cdbfadc322eb3.tar.gz
use USE_PYDISTUTILS
Diffstat (limited to 'lang/py-compiler/Makefile')
-rw-r--r--lang/py-compiler/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/lang/py-compiler/Makefile b/lang/py-compiler/Makefile
index 8331614..92ec612 100644
--- a/lang/py-compiler/Makefile
+++ b/lang/py-compiler/Makefile
@@ -17,10 +17,9 @@ DISTFILES= ${PYTHON_DISTFILE}
MAINTAINER= wjv@FreeBSD.org
-BUILD_DEPENDS= ${PYDISTUTILS}
-
DIST_SUBDIR= python
USE_PYTHON= yes
+USE_PYDISTUTILS= yes
WRKSRC= ${PYTHON_WRKSRC}/Tools/${PORTNAME}
.include <bsd.port.pre.mk>
@@ -28,11 +27,4 @@ WRKSRC= ${PYTHON_WRKSRC}/Tools/${PORTNAME}
FORBIDDEN= "Part of the standard library from Python 2.2 upwards"
.endif
-do-build:
- @ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py build
-
-do-install:
- @ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} \
- setup.py install -c -O1 --prefix=${PREFIX}
-
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud