From 918b04aa53c307aabc994fde37b65a96ebd1701c Mon Sep 17 00:00:00 2001 From: jmmv Date: Tue, 25 Feb 2003 14:41:36 +0000 Subject: Do not call gtkdoc-fixxref while installing, as may not be present. Pointed out by seb. --- textproc/libxml2/distinfo | 4 ++-- textproc/libxml2/patches/patch-ad | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 0c9186e3319..1a80a3a6c5c 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.19 2003/02/24 20:40:16 jmmv Exp $ +$NetBSD: distinfo,v 1.20 2003/02/25 14:41:36 jmmv Exp $ SHA1 (libxml2-2.5.3.tar.gz) = b457779ef38c1c8fa8a61ec9611d413307c2d33e Size (libxml2-2.5.3.tar.gz) = 2909711 bytes SHA1 (patch-aa) = c079f9cc5083fa6d9817c1161ff20ae782e86c92 -SHA1 (patch-ad) = 0e2bed5a5bb88d69c005c8cbe0b5f785f80e26ec +SHA1 (patch-ad) = 812ce13682ee70e44e7127e2ead326395e299f4e SHA1 (patch-ae) = a94390e26b8344b94d78b0faa4b9ce50390e5e5b diff --git a/textproc/libxml2/patches/patch-ad b/textproc/libxml2/patches/patch-ad index c0e476a9a1e..3133f3b6d92 100644 --- a/textproc/libxml2/patches/patch-ad +++ b/textproc/libxml2/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.8 2003/02/24 20:40:17 jmmv Exp $ +$NetBSD: patch-ad,v 1.9 2003/02/25 14:41:37 jmmv Exp $ --- doc/Makefile.in.orig 2003-02-10 17:28:02.000000000 +0100 +++ doc/Makefile.in @@ -20,10 +20,11 @@ $NetBSD: patch-ad,v 1.8 2003/02/24 20:40:17 jmmv Exp $ PAGES = architecture.html bugs.html contribs.html docs.html DOM.html \ downloads.html entities.html example.html help.html index.html \ interface.html intro.html library.html namespaces.html news.html \ -@@ -370,7 +370,7 @@ install-data-local: +@@ -369,8 +369,7 @@ install-data-local: + -@INSTALL@ -m 0644 $(srcdir)/xml.html $(srcdir)/encoding.html $(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif $(srcdir)/smallfootonly.gif $(srcdir)/redhat.gif $(srcdir)/libxml.gif $(srcdir)/w3c.png $(srcdir)/Libxml2-Logo-180x168.gif $(srcdir)/Libxml2-Logo-90x34.gif $(DESTDIR)$(TARGET_DIR) -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR) -@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) - -(cd $(DESTDIR); gtkdoc-fixxref --module=libxml --html-dir=$(HTML_DIR)) +- -(cd $(DESTDIR); gtkdoc-fixxref --module=libxml --html-dir=$(HTML_DIR)) - -@(tar cf - tutorial | (cd $(DESTDIR)$(TARGET_DIR) && tar xvf -)) + -@(tar cf - tutorial | (cd $(DESTDIR)$(TARGET_DIR) && tar xmvf -)) -- cgit v1.2.3