diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 06:14:21 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 06:14:21 +0000 |
commit | 7e52725f2a86aad46bd6b50d5581b6ef0afd0e19 (patch) | |
tree | fd4e3235fcfaf2558312feb3c9527f1592b91aff /textproc/py-xml | |
parent | baa68c63d40ffc2c059c978764c3c89675445e55 (diff) | |
download | ports-7e52725f2a86aad46bd6b50d5581b6ef0afd0e19.tar.gz ports-7e52725f2a86aad46bd6b50d5581b6ef0afd0e19.zip |
Notes
Diffstat (limited to 'textproc/py-xml')
-rw-r--r-- | textproc/py-xml/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-xml/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index 59c37a2d4b6c..24e0170d4473 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyXML-${PORTVERSION} MAINTAINER= wjv@FreeBSD.org +COMMENT= The Python XML package, including parser, SAX, DOM, and Expat USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/textproc/py-xml/pkg-comment b/textproc/py-xml/pkg-comment deleted file mode 100644 index 971f1e7c864f..000000000000 --- a/textproc/py-xml/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Python XML package, including parser, SAX, DOM, and Expat |