diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-30 10:22:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-30 10:22:38 +0000 |
commit | 46870bafbb5de66e53139497260c7e824bd96627 (patch) | |
tree | cbb8dfc76bc8abbb754923af7784797b824a0fc1 /textproc/libxml | |
parent | cc0d7abdce00d4420edb6c81b0c93283074fe018 (diff) | |
download | ports-46870bafbb5de66e53139497260c7e824bd96627.tar.gz ports-46870bafbb5de66e53139497260c7e824bd96627.zip |
Notes
Diffstat (limited to 'textproc/libxml')
-rw-r--r-- | textproc/libxml/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxml/pkg-plist | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index c26638e78aff..bee5146816b8 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -7,7 +7,7 @@ PORTNAME= libxml PORTVERSION= 1.8.14 -PORTREVISION= 1 +PORTREVISION= 2 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 df4cbb577cc3..abc0c1ada369 100644 --- a/textproc/libxml/pkg-plist +++ b/textproc/libxml/pkg-plist @@ -6,7 +6,6 @@ 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 @@ -47,6 +46,8 @@ share/gnome-xml/html/gnome-xml/libxml-lib.html share/gnome-xml/html/gnome-xml/libxml-notes.html share/gnome-xml/html/gnome-xml/structure.gif share/gnome-xml/html/gnome-xml/xml.html +@exec ln -sf . %D/include/gnome-xml/libxml +@unexec rm -f %D/include/gnome-xml/libxml @dirrm share/gnome-xml/html/gnome-xml @dirrm share/gnome-xml/html @dirrm share/gnome-xml |