diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-30 03:21:15 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-30 03:21:15 +0800 |
commit | 24862e1b09412748597e511086f9949a7c2cf734 (patch) | |
tree | 34222ab088b37850b410377e30f5a095b6726ff9 /www/xist | |
parent | 9a85df7d34a38d23db7d14c231fd53639b5042fa (diff) | |
download | freebsd-ports-graphics-24862e1b09412748597e511086f9949a7c2cf734.tar.gz freebsd-ports-graphics-24862e1b09412748597e511086f9949a7c2cf734.tar.zst freebsd-ports-graphics-24862e1b09412748597e511086f9949a7c2cf734.zip |
use USE_PYDISTUTILS
Diffstat (limited to 'www/xist')
-rw-r--r-- | www/xist/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/www/xist/Makefile b/www/xist/Makefile index e7c7ce08fa7..9e90a689007 100644 --- a/www/xist/Makefile +++ b/www/xist/Makefile @@ -19,14 +19,7 @@ RUN_DEPENDS= ${PYXML} \ ${PYTHON_SITELIBDIR}/mx/Tidy/mxTidy/mxTidy.so:${PORTSDIR}/devel/py-mx-experimental 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 post-install: .for file in doc2txt dtd2xsc xscmake |