openbsd-ports/www/cherokee/patches/patch-Makefile_in

23 lines
1.1 KiB
Plaintext
Raw Normal View History

$OpenBSD: patch-Makefile_in,v 1.3 2010/12/20 07:51:58 ajacoutot Exp $
--- Makefile.in.orig Mon Dec 13 14:49:57 2010
+++ Makefile.in Wed Dec 15 16:37:42 2010
@@ -1058,10 +1058,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 \
@@ -1079,7 +1075,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 \