openbsd-ports/devel/gconf2/patches/patch-gconf_Makefile_in
jasper de3313c5d2 - update gconf2 to 2.20.1
- fix license marker
- switch to use gnome.port.mk

ok martynas@
2007-11-10 14:08:16 +00:00

15 lines
663 B
Plaintext

$OpenBSD: patch-gconf_Makefile_in,v 1.9 2007/11/10 14:08:16 jasper Exp $
--- gconf/Makefile.in.orig Mon Oct 15 04:02:53 2007
+++ gconf/Makefile.in Fri Oct 19 13:55:59 2007
@@ -794,8 +794,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)$(datarootdir)/examples/gconf2
+ $(INSTALL_DATA) default.path $(DESTDIR)$(datarootdir)/examples/gconf2/path
uninstall-local:
rm -f $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)/path