summaryrefslogtreecommitdiff
path: root/devel/GConf/patches/patch-ac
diff options
context:
space:
mode:
authorwiz <wiz>2007-09-21 12:58:12 +0000
committerwiz <wiz>2007-09-21 12:58:12 +0000
commit131f6eac0339fbce5b0bc42bd3255f999733cd98 (patch)
treee6866b255d7e586f3d657e49bad5bd4a01dee782 /devel/GConf/patches/patch-ac
parente6f966a42fb174ae4ba18ef6b2921774add29dc4 (diff)
downloadpkgsrc-131f6eac0339fbce5b0bc42bd3255f999733cd98.tar.gz
Rename GConf2 to GConf and GConf2-ui to GConf-ui, to match the
upstream name.
Diffstat (limited to 'devel/GConf/patches/patch-ac')
-rw-r--r--devel/GConf/patches/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/GConf/patches/patch-ac b/devel/GConf/patches/patch-ac
new file mode 100644
index 00000000000..ac003f91c2b
--- /dev/null
+++ b/devel/GConf/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.9 2007/09/21 12:58:14 wiz Exp $
+
+--- gconf/Makefile.in.orig 2006-10-05 12:54:51.000000000 +0000
++++ gconf/Makefile.in
+@@ -818,8 +818,8 @@ default.path: $(srcdir)/default.path.in
+ <$(srcdir)/default.path.in >default.path
+
+ install-data-local: default.path
+- $(mkinstalldirs) $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)
+- $(INSTALL_DATA) default.path $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)/path
++ $(mkinstalldirs) $(DESTDIR)$(datadir)/examples/GConf
++ $(INSTALL_DATA) default.path $(DESTDIR)$(datadir)/examples/GConf/path
+
+ uninstall-local:
+ rm -f $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)/path