$OpenBSD: patch-tools_Makefile_in,v 1.18 2013/06/13 13:08:53 ajacoutot Exp $
--- tools/Makefile.in.orig	Wed Jun 12 15:02:42 2013
+++ tools/Makefile.in	Thu Jun 13 15:03:02 2013
@@ -367,7 +367,7 @@ AM_CPPFLAGS = \
 	$(DBUS_STATIC_BUILD_CPPFLAGS) \
 	$(DBUS_X_CFLAGS) \
 	-DDBUS_COMPILATION \
-	-DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\" \
+	-DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/db/dbus/machine-id"\" \
 	$(NULL)
 
 
@@ -779,12 +779,12 @@ uninstall-am: uninstall-binPROGRAMS
 	uninstall-binPROGRAMS
 
 
-# create the /var/lib/dbus directory for dbus-uuidgen
+# create the /var/db/dbus directory for dbus-uuidgen
 install-data-local:
-	$(MKDIR_P) $(DESTDIR)$(localstatedir)/lib/dbus
+	$(MKDIR_P) $(DESTDIR)$(localstatedir)/db/dbus
 
 installcheck-local:
-	test -d $(DESTDIR)$(localstatedir)/lib/dbus
+	test -d $(DESTDIR)$(localstatedir)/db/dbus
 
 # 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.
