diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-07 21:09:06 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-07 21:09:06 +0000 |
commit | dad04be22634e4a62cda48a98162e51578118390 (patch) | |
tree | 9e97a2c0238eaca9999353ceff2f2eb61fc72b1d | |
parent | e0f90127a227e788d4ed071ff0e51b2bbc4d355f (diff) | |
download | ports-dad04be22634e4a62cda48a98162e51578118390.tar.gz ports-dad04be22634e4a62cda48a98162e51578118390.zip |
Add back python stuff to the pkg-plist.
The libxml2 (and libxslt, for that matter) build looks for python
under ${PREFIX}, not ${LOCALBASE}.
Notes
Notes:
svn path=/head/; revision=84404
-rw-r--r-- | textproc/libxml2/Makefile | 1 | ||||
-rw-r--r-- | textproc/libxml2/pkg-plist | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 52e5b81ac6d6..851c43059bce 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libxml2 PORTVERSION= 2.5.8 +PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 diff --git a/textproc/libxml2/pkg-plist b/textproc/libxml2/pkg-plist index 9905799c989c..e63b6ef77845 100644 --- a/textproc/libxml2/pkg-plist +++ b/textproc/libxml2/pkg-plist @@ -42,8 +42,44 @@ include/libxml2/libxml/xpointer.h lib/libxml2.a lib/libxml2.so lib/libxml2.so.5 +%%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/drv_libxml2.py +%%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/libxml2.py +%%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/libxml2mod.so libdata/pkgconfig/libxml-2.0.pc share/aclocal/libxml.m4 +%%PYTHON:%%share/doc/libxml2-python/TODO +%%PYTHON:%%share/doc/libxml2-python/examples/attribs.py +%%PYTHON:%%share/doc/libxml2-python/examples/build.py +%%PYTHON:%%share/doc/libxml2-python/examples/ctxterror.py +%%PYTHON:%%share/doc/libxml2-python/examples/cutnpaste.py +%%PYTHON:%%share/doc/libxml2-python/examples/error.py +%%PYTHON:%%share/doc/libxml2-python/examples/inbuf.py +%%PYTHON:%%share/doc/libxml2-python/examples/invalid.xml +%%PYTHON:%%share/doc/libxml2-python/examples/outbuf.py +%%PYTHON:%%share/doc/libxml2-python/examples/push.py +%%PYTHON:%%share/doc/libxml2-python/examples/pushSAX.py +%%PYTHON:%%share/doc/libxml2-python/examples/pushSAXhtml.py +%%PYTHON:%%share/doc/libxml2-python/examples/reader.py +%%PYTHON:%%share/doc/libxml2-python/examples/reader2.py +%%PYTHON:%%share/doc/libxml2-python/examples/reader3.py +%%PYTHON:%%share/doc/libxml2-python/examples/reader4.py +%%PYTHON:%%share/doc/libxml2-python/examples/reader5.py +%%PYTHON:%%share/doc/libxml2-python/examples/reader6.py +%%PYTHON:%%share/doc/libxml2-python/examples/readererr.py +%%PYTHON:%%share/doc/libxml2-python/examples/regexp.py +%%PYTHON:%%share/doc/libxml2-python/examples/relaxng.py +%%PYTHON:%%share/doc/libxml2-python/examples/resolver.py +%%PYTHON:%%share/doc/libxml2-python/examples/serialize.py +%%PYTHON:%%share/doc/libxml2-python/examples/thread2.py +%%PYTHON:%%share/doc/libxml2-python/examples/tst.py +%%PYTHON:%%share/doc/libxml2-python/examples/tst.xml +%%PYTHON:%%share/doc/libxml2-python/examples/tstURI.py +%%PYTHON:%%share/doc/libxml2-python/examples/tstxpath.py +%%PYTHON:%%share/doc/libxml2-python/examples/valid.xml +%%PYTHON:%%share/doc/libxml2-python/examples/validate.py +%%PYTHON:%%share/doc/libxml2-python/examples/xpath.py +%%PYTHON:%%share/doc/libxml2-python/examples/xpathext.py +%%PYTHON:%%share/doc/libxml2-python/examples/xpathret.py share/doc/libxml2/Copyright share/doc/libxml2/examples/testHTML.c share/doc/libxml2/examples/testSAX.c @@ -149,6 +185,8 @@ share/doc/libxml2/html/xml.html @dirrm share/doc/libxml2/html/tutorial/images @dirrm share/doc/libxml2/html/tutorial @dirrm share/doc/libxml2/html +%%PYTHON:%%@dirrm share/doc/libxml2-python/examples +%%PYTHON:%%@dirrm share/doc/libxml2-python @dirrm share/doc/libxml2/examples @dirrm share/doc/libxml2 @dirrm include/libxml2/libxml |