diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-29 22:01:09 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-29 22:01:09 +0800 |
commit | a7fd05043d849693c5c478e5b01af13f1b10263e (patch) | |
tree | 5c80cbfd18b02dcec2817bb74ec5d337e04aa119 /devel/py-ro/Makefile | |
parent | 653bf1554cda515d340d1e83a29e97c43543824c (diff) | |
download | freebsd-ports-graphics-a7fd05043d849693c5c478e5b01af13f1b10263e.tar.gz freebsd-ports-graphics-a7fd05043d849693c5c478e5b01af13f1b10263e.tar.zst freebsd-ports-graphics-a7fd05043d849693c5c478e5b01af13f1b10263e.zip |
use USE_PYDISTUTILS
Diffstat (limited to 'devel/py-ro/Makefile')
-rw-r--r-- | devel/py-ro/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/py-ro/Makefile b/devel/py-ro/Makefile index bd1c74d8245..bf779075c18 100644 --- a/devel/py-ro/Makefile +++ b/devel/py-ro/Makefile @@ -17,14 +17,7 @@ DISTNAME= Pyro-${PORTVERSION} MAINTAINER= ports@FreeBSD.org 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 .if !defined(NOPORTDOCS) post-install: |