summaryrefslogtreecommitdiffstats
path: root/devel/py-unit
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-04-29 14:01:09 +0000
committerijliao <ijliao@FreeBSD.org>2002-04-29 14:01:09 +0000
commita7fd05043d849693c5c478e5b01af13f1b10263e (patch)
tree5c80cbfd18b02dcec2817bb74ec5d337e04aa119 /devel/py-unit
parent653bf1554cda515d340d1e83a29e97c43543824c (diff)
downloadFreeBSD-ports-a7fd05043d849693c5c478e5b01af13f1b10263e.zip
FreeBSD-ports-a7fd05043d849693c5c478e5b01af13f1b10263e.tar.gz
use USE_PYDISTUTILS
Diffstat (limited to 'devel/py-unit')
-rw-r--r--devel/py-unit/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile
index b5b73c1..aa57f29 100644
--- a/devel/py-unit/Makefile
+++ b/devel/py-unit/Makefile
@@ -15,18 +15,9 @@ DISTNAME= pyunit-${PORTVERSION}
MAINTAINER= shell@shellhung.org
-BUILD_DEPENDS= ${PYDISTUTILS}
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
USE_PYTHON= yes
-
-SETUP_CMD= cd ${WRKSRC} && ${SETENV} \
- ${MAKE_ENV} ${PYTHON_CMD} setup.py
-
-do-build:
- @${SETUP_CMD} build
-
-do-install:
- @${SETUP_CMD} install -c -O1 --prefix=${PREFIX}
+USE_PYDISTUTILS= yes
.include <bsd.port.mk>
OpenPOWER on IntegriCloud