diff options
Diffstat (limited to 'textproc/py-libxml2')
-rw-r--r-- | textproc/py-libxml2/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-libxml2/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index 133b84913ed4..f7d13f26b49c 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -7,7 +7,7 @@ CATEGORIES= textproc gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PORTREVISION= 1 +PORTREVISION= 2 MAINTAINER= gnome@FreeBSD.org COMMENT= Python interface for XML parser library for GNOME diff --git a/textproc/py-libxml2/pkg-plist b/textproc/py-libxml2/pkg-plist index 38e60d66130a..ad919ebc2a8f 100644 --- a/textproc/py-libxml2/pkg-plist +++ b/textproc/py-libxml2/pkg-plist @@ -15,6 +15,7 @@ lib/%%PYTHON_VERSION%%/site-packages/libxml2mod.so %%EXAMPLESDIR%%/inbuf.py %%EXAMPLESDIR%%/indexes.py %%EXAMPLESDIR%%/invalid.xml +%%EXAMPLESDIR%%/nsdel.py %%EXAMPLESDIR%%/outbuf.py %%EXAMPLESDIR%%/push.py %%EXAMPLESDIR%%/pushSAX.py |