ports/www/squid33/files/patch-tools__Makefile.in
John Marino 2512635f60 www/squid33: Upgrade version 3.3.11 => 3.3.13
Refactored the makefile again, added urls for known bugs in the makefile,
Removed FS_COSS from options (broken everywhere).  The new versions bring
in fixes from upstream too.

PR:		192983
Collaboration:	timp87 and ohauer@
2014-08-27 21:55:29 +00:00

17 lines
858 B
Text

--- ./tools/Makefile.in.orig 2014-08-25 23:27:15.000000000 +0200
+++ ./tools/Makefile.in 2014-08-25 23:27:53.000000000 +0200
@@ -1237,13 +1237,7 @@
$(SUBSTITUTE) < $(srcdir)/cachemgr.cgi.8.in > $@
install-data-local:
- $(INSTALL_DATA) $(srcdir)/cachemgr.conf $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG).default
- @if test -f $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG) ; then \
- echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG)" ; \
- else \
- echo "$(INSTALL_DATA) $(srcdir)/cachemgr.conf $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG)"; \
- $(INSTALL_DATA) $(srcdir)/cachemgr.conf $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG); \
- fi
+ $(INSTALL_DATA) $(srcdir)/cachemgr.conf $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG).sample
uninstall-local:
@$(SHELL) $(top_srcdir)/scripts/remove-cfg.sh "$(RM)" $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG)