diff options
author | bland <bland@FreeBSD.org> | 2003-11-26 12:39:33 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-11-26 12:39:33 +0800 |
commit | 65886e5da604f2d23edc4a0d670469b7a3ce3b54 (patch) | |
tree | 32bd3248eee4d83b0fb237d979025a71595811ff /textproc/libxml++26 | |
parent | 78fd2213c1b8d3ffd7fd6e35a4db753df7defecb (diff) | |
download | freebsd-ports-gnome-65886e5da604f2d23edc4a0d670469b7a3ce3b54.tar.gz freebsd-ports-gnome-65886e5da604f2d23edc4a0d670469b7a3ce3b54.tar.zst freebsd-ports-gnome-65886e5da604f2d23edc4a0d670469b7a3ce3b54.zip |
Fix plist entries.
Reported by: bento via kris (as a passepartout build error)
Diffstat (limited to 'textproc/libxml++26')
-rw-r--r-- | textproc/libxml++26/Makefile | 1 | ||||
-rw-r--r-- | textproc/libxml++26/pkg-plist | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index 57fffdb263d5..11455bf0a80c 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -8,6 +8,7 @@ PORTNAME= libxml++ PORTVERSION= 0.27.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} diff --git a/textproc/libxml++26/pkg-plist b/textproc/libxml++26/pkg-plist index a24c0c17bfdf..a2954fa6c693 100644 --- a/textproc/libxml++26/pkg-plist +++ b/textproc/libxml++26/pkg-plist @@ -1,4 +1,3 @@ -@comment $FreeBSD$ include/libxml++-1.0/libxml++/attribute.h include/libxml++-1.0/libxml++/document.h include/libxml++-1.0/libxml++/dtd.h @@ -6,12 +5,15 @@ include/libxml++-1.0/libxml++/exceptions/exception.h include/libxml++-1.0/libxml++/exceptions/internal_error.h include/libxml++-1.0/libxml++/exceptions/parse_error.h include/libxml++-1.0/libxml++/exceptions/validity_error.h +include/libxml++-1.0/libxml++/io/ostreamoutputbuffer.h +include/libxml++-1.0/libxml++/io/outputbuffer.h include/libxml++-1.0/libxml++/keepblanks.h include/libxml++-1.0/libxml++/libxml++.h include/libxml++-1.0/libxml++/nodes/cdatanode.h include/libxml++-1.0/libxml++/nodes/commentnode.h include/libxml++-1.0/libxml++/nodes/contentnode.h include/libxml++-1.0/libxml++/nodes/element.h +include/libxml++-1.0/libxml++/nodes/entityreference.h include/libxml++-1.0/libxml++/nodes/node.h include/libxml++-1.0/libxml++/nodes/processinginstructionnode.h include/libxml++-1.0/libxml++/nodes/textnode.h |