summaryrefslogtreecommitdiffstats
path: root/textproc/py-xml
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-04-29 19:08:55 +0000
committerijliao <ijliao@FreeBSD.org>2002-04-29 19:08:55 +0000
commit9a85df7d34a38d23db7d14c231fd53639b5042fa (patch)
tree880c2c8d15c16775c3dde56ecb978e354cac3163 /textproc/py-xml
parentf3a41e2fa8c1a98f6cb36cabbf902ac4ddb564e9 (diff)
downloadFreeBSD-ports-9a85df7d34a38d23db7d14c231fd53639b5042fa.zip
FreeBSD-ports-9a85df7d34a38d23db7d14c231fd53639b5042fa.tar.gz
use USE_PYDISTUTILS
Diffstat (limited to 'textproc/py-xml')
-rw-r--r--textproc/py-xml/Makefile10
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}
OpenPOWER on IntegriCloud