diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2002-01-09 13:53:49 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2002-01-09 13:53:49 +0000 |
commit | 9832c2032cfa0b1ad312c7282584e31e88e45825 (patch) | |
tree | 64a0eae4f7fddc4202335c02559b1a855fd9398c /textproc/py-xml/Makefile | |
parent | 9ceb3d613b5e4c7ba529dec8adf67c097c351081 (diff) | |
download | ports-9832c2032cfa0b1ad312c7282584e31e88e45825.tar.gz ports-9832c2032cfa0b1ad312c7282584e31e88e45825.zip |
Notes
Diffstat (limited to 'textproc/py-xml/Makefile')
-rw-r--r-- | textproc/py-xml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index 53a836f06d58..f0623d0bfed0 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xml -PORTVERSION= 0.6.6 +PORTVERSION= 0.7 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pyxml @@ -28,7 +28,7 @@ USE_PYTHON= yes CPIO= cpio --quiet -pdum -R DOCSDIR= ${PREFIX}/share/doc/py-xml EXAMPLESDIR= ${PREFIX}/share/examples/py-xml -.if ${PYTHON_VERSION} == "python1.5" +.if ${PYTHON_REL} < 200 PLIST_SUB+= PACKAGE_DIR=xml .else PLIST_SUB+= PACKAGE_DIR=_xmlplus |