summaryrefslogtreecommitdiff
path: root/devel/GConf/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'devel/GConf/patches/patch-ae')
-rw-r--r--devel/GConf/patches/patch-ae12
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/GConf/patches/patch-ae b/devel/GConf/patches/patch-ae
index f2594bd8f86..ad1dc12043f 100644
--- a/devel/GConf/patches/patch-ae
+++ b/devel/GConf/patches/patch-ae
@@ -1,13 +1,15 @@
-$NetBSD: patch-ae,v 1.3 2002/03/20 12:36:45 wiz Exp $
+$NetBSD: patch-ae,v 1.4 2006/02/28 17:41:02 wiz Exp $
---- gconf/Makefile.in.orig Fri Mar 15 05:18:42 2002
+--- gconf/Makefile.in.orig 2002-03-15 04:18:42.000000000 +0000
+++ gconf/Makefile.in
-@@ -615,7 +615,7 @@
+@@ -614,8 +614,8 @@ install-exec-local:
+ (cd $(DESTDIR)$(bindir) && $(LN_S) -f gconftool-$(MAJOR_VERSION) gconftool)
install-data-local:
- -mkdir -p $(DESTDIR)$(sysconfdir)/gconf/$(MAJOR_VERSION)
+- -mkdir -p $(DESTDIR)$(sysconfdir)/gconf/$(MAJOR_VERSION)
- $(INSTALL_DATA) default.path $(DESTDIR)$(sysconfdir)/gconf/$(MAJOR_VERSION)/path
-+ $(INSTALL_DATA) default.path $(DESTDIR)$(sysconfdir)/gconf/$(MAJOR_VERSION)/path.example
++ -mkdir -p $(DESTDIR)$(datadir)/examples/gconf
++ $(INSTALL_DATA) default.path $(DESTDIR)$(datadir)/examples/gconf
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.