summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-07-30 10:22:38 +0000
committersobomax <sobomax@FreeBSD.org>2001-07-30 10:22:38 +0000
commit450ddd3e93eef0bbb97a2877942059ba911f2c97 (patch)
treeca6ae1c06fcfb0c47734e7102755fe6408b772a4
parentcef2e970a58601f0740165453a918fc665fbbaca (diff)
downloadFreeBSD-ports-450ddd3e93eef0bbb97a2877942059ba911f2c97.zip
FreeBSD-ports-450ddd3e93eef0bbb97a2877942059ba911f2c97.tar.gz
Another attempt (this time correct, I hope) to fix creation/removal of the
${LOCALBASE}/include/gnome-xml/libxml symlink. Submitted by: bento
-rw-r--r--textproc/libxml/Makefile2
-rw-r--r--textproc/libxml/pkg-plist3
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile
index c26638e..bee5146 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 df4cbb5..abc0c1a 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
OpenPOWER on IntegriCloud