diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-30 01:53:59 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-30 01:53:59 +0800 |
commit | fdc6725e887bb44eba4cfee5196cdbfadc322eb3 (patch) | |
tree | b0124520c41cb18e061447b0cf0a39700f45403f /lang/py-compiler | |
parent | 15727ac4d20392f19b3390cb27c56102fdf196fa (diff) | |
download | freebsd-ports-gnome-fdc6725e887bb44eba4cfee5196cdbfadc322eb3.tar.gz freebsd-ports-gnome-fdc6725e887bb44eba4cfee5196cdbfadc322eb3.tar.zst freebsd-ports-gnome-fdc6725e887bb44eba4cfee5196cdbfadc322eb3.zip |
use USE_PYDISTUTILS
Diffstat (limited to 'lang/py-compiler')
-rw-r--r-- | lang/py-compiler/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lang/py-compiler/Makefile b/lang/py-compiler/Makefile index 8331614f4e43..92ec6120b506 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> |