diff options
author | wiz <wiz> | 2007-09-21 12:58:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-09-21 12:58:12 +0000 |
commit | 131f6eac0339fbce5b0bc42bd3255f999733cd98 (patch) | |
tree | e6866b255d7e586f3d657e49bad5bd4a01dee782 /devel/GConf/patches/patch-ac | |
parent | e6f966a42fb174ae4ba18ef6b2921774add29dc4 (diff) | |
download | pkgsrc-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-ac | 15 |
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 |