23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
$OpenBSD: patch-Makefile_in,v 1.4 2012/12/12 02:17:40 brad Exp $
|
|
--- Makefile.in.orig Tue Oct 18 15:38:21 2011
|
|
+++ Makefile.in Wed Oct 19 13:44:04 2011
|
|
@@ -1055,10 +1055,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 \
|
|
@@ -1076,7 +1072,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 \
|