diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-07 21:18:20 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-07 21:18:20 +0000 |
commit | baef1c795e6439593e669c505336022e25443bd7 (patch) | |
tree | 9ec1d9392eaeb963b00edd2b19d9d30e1ae46afd /textproc | |
parent | dad04be22634e4a62cda48a98162e51578118390 (diff) | |
download | ports-baef1c795e6439593e669c505336022e25443bd7.tar.gz ports-baef1c795e6439593e669c505336022e25443bd7.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 1 | ||||
-rw-r--r-- | textproc/libxslt/pkg-plist | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index c79a1fbecb35..813682da97dc 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -7,6 +7,7 @@ PORTNAME= libxslt PORTVERSION= 1.0.31 +PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 diff --git a/textproc/libxslt/pkg-plist b/textproc/libxslt/pkg-plist index 82149bdba3fb..d3e29d94f299 100644 --- a/textproc/libxslt/pkg-plist +++ b/textproc/libxslt/pkg-plist @@ -31,8 +31,17 @@ lib/libxslt.so.1 lib/libxsltbreakpoint.a lib/libxsltbreakpoint.so lib/libxsltbreakpoint.so.1 +%%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/libxslt.py +%%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/libxsltmod.so libdata/pkgconfig/libxslt.pc share/aclocal/libxslt.m4 +%%PYTHON:%%share/doc/libxslt-python/TODO +%%PYTHON:%%share/doc/libxslt-python/examples/basic.py +%%PYTHON:%%share/doc/libxslt-python/examples/exslt.py +%%PYTHON:%%share/doc/libxslt-python/examples/extfunc.py +%%PYTHON:%%share/doc/libxslt-python/examples/pyxsltproc.py +%%PYTHON:%%share/doc/libxslt-python/examples/test.xml +%%PYTHON:%%share/doc/libxslt-python/examples/test.xsl share/doc/libxslt/html/API.html share/doc/libxslt/html/APIchunk0.html share/doc/libxslt/html/APIchunk1.html @@ -95,6 +104,8 @@ share/doc/libxslt/html/xsltproc.html share/doc/libxslt/html/xsltproc2.html @dirrm share/doc/libxslt/html/tutorial @dirrm share/doc/libxslt/html +%%PYTHON:%%@dirrm share/doc/libxslt-python/examples +%%PYTHON:%%@dirrm share/doc/libxslt-python @dirrm share/doc/libxslt @dirrm include/libxslt @dirrm include/libexslt |