diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-08-06 09:26:03 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-08-06 09:26:03 +0000 |
commit | 0d302e579316b7fba7cc6edcfbfdea2182efba3b (patch) | |
tree | cb1491cea4f4a3052e033c78774d81e597eac129 /textproc/py-xml/Makefile | |
parent | 7e6e9ca46eadda3043add7b5ba9b35c1e5f069b1 (diff) |
Notes
Diffstat (limited to 'textproc/py-xml/Makefile')
-rw-r--r-- | textproc/py-xml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index 24e0170d4473..adb92ca4444e 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xml -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.3 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pyxml @@ -22,8 +22,8 @@ USE_PYDISTUTILS= yes .include <bsd.port.pre.mk> CPIO= cpio --quiet -pdum -R -DOCSDIR= ${PREFIX}/share/doc/py-xml -EXAMPLESDIR= ${PREFIX}/share/examples/py-xml +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} PLIST_SUB+= PACKAGE_DIR=_xmlplus PYDISTUTILS_BUILDARGS+= --with-xslt PYDISTUTILS_INSTALLARGS+= --with-xslt |