$OpenBSD: patch-Makefile_in,v 1.2 2010/07/12 06:22:45 ajacoutot Exp $
--- Makefile.in.orig	Tue Jul  6 19:30:31 2010
+++ Makefile.in	Thu Jul  8 14:27:45 2010
@@ -1054,10 +1054,6 @@ uninstall-local-config:
 	fi
 
 install-data-local: $(CONFS) install-data-local-config
-	@$(mkinstalldirs) $(DESTDIR)$(localstatedir)
-	@$(mkinstalldirs) $(DESTDIR)$(localstatedir)/run
-	@$(mkinstalldirs) $(DESTDIR)$(localstatedir)/log
-	@$(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/cherokee/graphs/images
 	@$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)
 	@$(mkinstalldirs) $(DESTDIR)$(cherokeeadmindir)
 	@if test -f $(DESTDIR)$(cherokeeconfdir)/cherokee.conf ; then \
@@ -1075,7 +1071,6 @@ install-data-local: $(CONFS) install-data-local-config
 	@if test -d $(DESTDIR)$(sysconfdir)/pam.d && test ! -d $(DESTDIR)$(sysconfdir)/pam.d/cherokee ; then \
 		$(INSTALL_DATA) $(top_srcdir)/pam.d_cherokee $(DESTDIR)$(sysconfdir)/pam.d/cherokee; \
 	fi
-	$(mkinstalldirs) $(DESTDIR)$(localstatedir)
 
 uninstall-local: uninstall-local-config
 	@if test -f $(DESTDIR)$(cherokeeconfdir)/cherokee.conf ; then \
