diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-27 14:00:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-27 14:00:49 +0000 |
commit | bc35a04eac3f168383c7bb5c67050aeb1085e306 (patch) | |
tree | fae53d0783cca9c4ee82057f08c3ea00e3a111f0 /textproc | |
parent | Mark as B0RKEN - uses freetype2 internals and as a result not survived its (diff) |
${PREFIX}/include/gnome-xml/libxml is a symlink to ${PREFIX}/include/gnome-xml,
so it have to be listed among other files, not among @dirrm's, otherwise it is
not being included into package and as a result bento unable to build many
packages that depends on libxml.
Submitted by: bento
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml/Makefile | 1 | ||||
-rw-r--r-- | textproc/libxml/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index f2c368ba5768..c26638e78aff 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -7,6 +7,7 @@ PORTNAME= libxml PORTVERSION= 1.8.14 +PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libxml diff --git a/textproc/libxml/pkg-plist b/textproc/libxml/pkg-plist index b24dc039cc95..df4cbb577cc3 100644 --- a/textproc/libxml/pkg-plist +++ b/textproc/libxml/pkg-plist @@ -6,6 +6,7 @@ include/gnome-xml/SAX.h include/gnome-xml/debugXML.h include/gnome-xml/encoding.h include/gnome-xml/entities.h +include/gnome-xml/libxml include/gnome-xml/nanoftp.h include/gnome-xml/nanohttp.h include/gnome-xml/parser.h @@ -49,5 +50,4 @@ share/gnome-xml/html/gnome-xml/xml.html @dirrm share/gnome-xml/html/gnome-xml @dirrm share/gnome-xml/html @dirrm share/gnome-xml -@dirrm include/gnome-xml/libxml @dirrm include/gnome-xml |