diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-29 19:08:55 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-29 19:08:55 +0000 |
commit | b04d92c2ad799668222b9e6a667e9bb3deef9abe (patch) | |
tree | c2971de608f6eb91dfb550425f28d5c48c2e2bf6 /textproc/py-xml | |
parent | e752955f1ef2ad144f4298479b749fcd66e4d010 (diff) |
use USE_PYDISTUTILS
Notes
Notes:
svn path=/head/; revision=58336
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 f0623d0bfed0..dfb959983282 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} |