From bc35a04eac3f168383c7bb5c67050aeb1085e306 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 27 Jul 2001 14:00:49 +0000 Subject: [PATCH] ${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 --- textproc/libxml/Makefile | 1 + textproc/libxml/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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