diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2002-09-18 12:25:25 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2002-09-18 12:25:25 +0000 |
commit | e06ac271e03b92d040fc388c06a76c354643c98b (patch) | |
tree | 836a3277850a770b56aa2430562141962e17b91a /textproc/py-xml/Makefile | |
parent | cdd29ab5322d5638e2694a027ed80b4822cb88a7 (diff) | |
download | ports-e06ac271e03b92d040fc388c06a76c354643c98b.tar.gz ports-e06ac271e03b92d040fc388c06a76c354643c98b.zip |
Notes
Diffstat (limited to 'textproc/py-xml/Makefile')
-rw-r--r-- | textproc/py-xml/Makefile | 11 |
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) |