diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-27 14:00:49 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-27 14:00:49 +0000 |
commit | 9a2a88241ae42bb18db0dfe3b68f87d3d72da2d3 (patch) | |
tree | 2f5d52417b740b1717b5e23e8d567c65b64d75fa /textproc/libxml | |
parent | dae6537e8fac87d8de03618ffc6153c49caf41ec (diff) | |
download | FreeBSD-ports-9a2a88241ae42bb18db0dfe3b68f87d3d72da2d3.zip FreeBSD-ports-9a2a88241ae42bb18db0dfe3b68f87d3d72da2d3.tar.gz |
${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/libxml')
-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 f2c368b..c26638e 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 b24dc039..df4cbb5 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 |