summaryrefslogtreecommitdiff
path: root/x11/gnome-libs
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-07-01 10:10:00 +0000
committeragc <agc@pkgsrc.org>2002-07-01 10:10:00 +0000
commit4533947f0fb77568e896f43dc9ab9d3806eb0418 (patch)
tree1284f3171d23fed60a0b17f5b14187bfd94467cc /x11/gnome-libs
parentbbc6d6409a4a78bd502a57a1f7cbfbf7bce04025 (diff)
downloadpkgsrc-4533947f0fb77568e896f43dc9ab9d3806eb0418.tar.gz
Don't try to install a file which hasn't been generated. Sync PLIST.
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r--x11/gnome-libs/PLIST3
-rw-r--r--x11/gnome-libs/distinfo3
-rw-r--r--x11/gnome-libs/patches/patch-az13
3 files changed, 16 insertions, 3 deletions
diff --git a/x11/gnome-libs/PLIST b/x11/gnome-libs/PLIST
index 9f8fcdb2463..add4dcc2008 100644
--- a/x11/gnome-libs/PLIST
+++ b/x11/gnome-libs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2002/06/26 10:30:11 seb Exp $
+@comment $NetBSD: PLIST,v 1.7 2002/07/01 10:10:00 agc Exp $
bin/dns-helper
bin/gconfigger
bin/gnome-bug
@@ -484,7 +484,6 @@ share/gtk-doc/html/libart/fdl-section8.html
share/gtk-doc/html/libart/fdl-section9.html
share/gtk-doc/html/libart/fdl-using.html
share/gtk-doc/html/libart/fdl.html
-share/gtk-doc/html/libart/index.sgml
share/gtk-doc/html/libart/internals-intersector.html
share/gtk-doc/html/libart/internals.html
share/gtk-doc/html/libart/intro-file-names.html
diff --git a/x11/gnome-libs/distinfo b/x11/gnome-libs/distinfo
index f09c95d25cf..4894982be05 100644
--- a/x11/gnome-libs/distinfo
+++ b/x11/gnome-libs/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2002/05/05 22:52:12 martin Exp $
+$NetBSD: distinfo,v 1.12 2002/07/01 10:10:00 agc Exp $
SHA1 (gnome-libs-1.4.1.4.tar.gz) = 3315752f9d4e8392c5e7b902d45cc7b795cdd63a
Size (gnome-libs-1.4.1.4.tar.gz) = 3631342 bytes
@@ -21,3 +21,4 @@ SHA1 (patch-av) = 4210f8d36ebe09d92313a8fb48a643a4c24c6550
SHA1 (patch-aw) = 21ff2eb27a91eecc5e51a2cfe3cdcb8f97b32522
SHA1 (patch-ax) = 522cc70136f50b3c11119ff2d147b09ba3230b60
SHA1 (patch-ay) = 85a73ff42df585630bcc26c55bf1b36675211c67
+SHA1 (patch-az) = 967481a79a35a7261ddfbb2f67e475122dde2e9d
diff --git a/x11/gnome-libs/patches/patch-az b/x11/gnome-libs/patches/patch-az
new file mode 100644
index 00000000000..371c60d66ae
--- /dev/null
+++ b/x11/gnome-libs/patches/patch-az
@@ -0,0 +1,13 @@
+$NetBSD: patch-az,v 1.1 2002/07/01 10:10:01 agc Exp $
+
+--- libart_lgpl/doc/Makefile.in 2002/06/28 10:35:09 1.1
++++ libart_lgpl/doc/Makefile.in 2002/06/28 10:35:23
+@@ -371,8 +371,6 @@
+ echo '-- Installing '$$i ; \
+ $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
+ done; \
+- echo '-- Installing $(srcdir)/html/index.sgml' ; \
+- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
+ fi)
+
+ #