pkgsrc-wip/cherokee/patches/patch-aa
Juan Romero Pardines 4322ccbccf Initial import of cherokee 0.4.3-pre9
Cherokee is an extremely fast and tiny web server.

Features

    * FAST and tiny
    * Embedable
    * Extensible with plug-ins
    * Handler-to-path support
    * Virtual servers support
    * Dynamic / Static plug-in compilation
    * Streaming support
    * Common tasks:
          o Can work as a daemon
          o Mime types
          o Log via syslog
          o Keep-alive connections
          o Runs under a chroot enviroment
    * Clean code ;-)
    * It's free software

http://www.alobbs.com/cherokee
2003-04-25 17:00:18 +00:00

22 lines
835 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2003/04/25 17:00:19 xtraeme Exp $
--- Makefile.in.orig 2003-04-25 18:45:02.000000000 +0200
+++ Makefile.in 2003-04-25 18:46:30.000000000 +0200
@@ -239,17 +239,6 @@
$(MAKE) $(AM_MAKEFLAGS) uninstall-man1
install-cherokeeconfDATA: $(cherokeeconf_DATA)
- @$(NORMAL_INSTALL)
- $(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)
- @list='$(cherokeeconf_DATA)'; for p in $$list; do \
- if test -f $(srcdir)/$$p; then \
- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(cherokeeconfdir)/$$p"; \
- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(cherokeeconfdir)/$$p; \
- else if test -f $$p; then \
- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(cherokeeconfdir)/$$p"; \
- $(INSTALL_DATA) $$p $(DESTDIR)$(cherokeeconfdir)/$$p; \
- fi; fi; \
- done
uninstall-cherokeeconfDATA:
@$(NORMAL_UNINSTALL)