diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-29 19:08:55 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-29 19:08:55 +0000 |
commit | 9a85df7d34a38d23db7d14c231fd53639b5042fa (patch) | |
tree | 880c2c8d15c16775c3dde56ecb978e354cac3163 /textproc/py-xml | |
parent | f3a41e2fa8c1a98f6cb36cabbf902ac4ddb564e9 (diff) | |
download | FreeBSD-ports-9a85df7d34a38d23db7d14c231fd53639b5042fa.zip FreeBSD-ports-9a85df7d34a38d23db7d14c231fd53639b5042fa.tar.gz |
use USE_PYDISTUTILS
Diffstat (limited to 'textproc/py-xml')
-rw-r--r-- | textproc/py-xml/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index f0623d0..dfb9599 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -15,13 +15,12 @@ DISTNAME= PyXML-${PORTVERSION} MAINTAINER= wjv@FreeBSD.org -BUILD_DEPENDS= ${PYDISTUTILS} - INSTALLS_SHLIB= yes # On a system with more than one version of Python installed, you can force # this port to install for a specific version of Python by explicitly setting # ${PYTHON_VERSION} during build/installation. USE_PYTHON= yes +USE_PYDISTUTILS= yes .include <bsd.port.pre.mk> @@ -34,13 +33,6 @@ PLIST_SUB+= PACKAGE_DIR=xml PLIST_SUB+= PACKAGE_DIR=_xmlplus .endif -do-build: - @ cd ${WRKSRC} && ${PYTHON_CMD} setup.py build - -do-install: - @ cd ${WRKSRC} && ${PYTHON_CMD} setup.py install -c -O1 \ - --prefix=${PREFIX} - post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} |