summaryrefslogtreecommitdiff
path: root/devel/GConf2/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'devel/GConf2/patches/patch-af')
-rw-r--r--devel/GConf2/patches/patch-af29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/GConf2/patches/patch-af b/devel/GConf2/patches/patch-af
deleted file mode 100644
index f3926b56794..00000000000
--- a/devel/GConf2/patches/patch-af
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-af,v 1.2 2004/04/01 18:17:29 jmmv Exp $
-
-http://bugzilla.gnome.org/show_bug.cgi?id=134247
-http://bugzilla.gnome.org/show_bug.cgi?id=134319
-
---- doc/gconf/Makefile.in.orig 2003-12-15 02:55:42.000000000 +0000
-+++ doc/gconf/Makefile.in
-@@ -381,18 +381,18 @@ maintainer-clean-local: clean
- cd $(srcdir) && rm -rf xml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
-
- install-data-local:
-- $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
-- (installfiles=`echo $(srcdir)/html/*`; \
-+ installfiles=`echo $(srcdir)/html/*`; \
- if test "$$installfiles" = '$(srcdir)/html/*'; \
- then echo '-- Nothing to install' ; \
- else \
-+ $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \
- for i in $$installfiles; do \
- 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)
-+ fi
-
- #
- # Require gtk-doc when making dist