ports/www/squid33/files/patch-helpers__basic_auth__MSNT__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

15 lines
714 B
Text

--- ./helpers/basic_auth/MSNT/Makefile.in.orig 2014-08-25 23:23:58.000000000 +0200
+++ ./helpers/basic_auth/MSNT/Makefile.in 2014-08-25 23:25:23.000000000 +0200
@@ -827,12 +827,6 @@
$(OBJS): $(top_srcdir)/include/version.h $(top_builddir)/include/autoconf.h
install-data-local: msntauth.conf.default
- @if test -f $(DESTDIR)$(MSNTAUTH_CONF) ; then \
- echo "$@ will not overwrite existing $(DESTDIR)$(MSNTAUTH_CONF)" ; \
- else \
- echo "$(INSTALL_DATA) $(srcdir)/msntauth.conf.default $(DESTDIR)$(MSNTAUTH_CONF)" ; \
- $(INSTALL_DATA) $(srcdir)/msntauth.conf.default $(DESTDIR)$(MSNTAUTH_CONF) ; \
- fi
uninstall-local:
@$(SHELL) $(top_srcdir)/scripts/remove-cfg.sh "$(RM)" $(DESTDIR)$(MSNTAUTH_CONF)