aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-xml/Makefile
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2002-09-18 12:25:25 +0000
committerJohann Visagie <wjv@FreeBSD.org>2002-09-18 12:25:25 +0000
commite06ac271e03b92d040fc388c06a76c354643c98b (patch)
tree836a3277850a770b56aa2430562141962e17b91a /textproc/py-xml/Makefile
parentcdd29ab5322d5638e2694a027ed80b4822cb88a7 (diff)
downloadports-e06ac271e03b92d040fc388c06a76c354643c98b.tar.gz
ports-e06ac271e03b92d040fc388c06a76c354643c98b.zip
Notes
Diffstat (limited to 'textproc/py-xml/Makefile')
-rw-r--r--textproc/py-xml/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile
index 140cbaa7bb12..59c37a2d4b6c 100644
--- a/textproc/py-xml/Makefile
+++ b/textproc/py-xml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xml
-PORTVERSION= 0.8
+PORTVERSION= 0.8.1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pyxml
@@ -23,11 +23,12 @@ USE_PYDISTUTILS= yes
CPIO= cpio --quiet -pdum -R
DOCSDIR= ${PREFIX}/share/doc/py-xml
EXAMPLESDIR= ${PREFIX}/share/examples/py-xml
-.if ${PYTHON_REL} < 200
-PLIST_SUB+= PACKAGE_DIR=xml
-.else
PLIST_SUB+= PACKAGE_DIR=_xmlplus
-.endif
+PYDISTUTILS_BUILDARGS+= --with-xslt
+PYDISTUTILS_INSTALLARGS+= --with-xslt
+
+pre-install:
+ @ ${SH} ${PKGREQ} INSTALL
post-install:
.if !defined(NOPORTDOCS)