de3313c5d2
- fix license marker - switch to use gnome.port.mk ok martynas@
15 lines
663 B
Plaintext
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
|