diff options
Diffstat (limited to 'www/squid3/patches/patch-tools_Makefile.in')
-rw-r--r-- | www/squid3/patches/patch-tools_Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/squid3/patches/patch-tools_Makefile.in b/www/squid3/patches/patch-tools_Makefile.in new file mode 100644 index 00000000000..dd49b88935f --- /dev/null +++ b/www/squid3/patches/patch-tools_Makefile.in @@ -0,0 +1,15 @@ +$NetBSD: patch-tools_Makefile.in,v 1.1 2013/02/10 18:16:53 adam Exp $ + +Don't install cachemgr.conf. + +--- tools/Makefile.in.orig 2013-02-01 10:56:31.000000000 +0000 ++++ tools/Makefile.in +@@ -1146,7 +1146,7 @@ info: info-recursive + + info-am: + +-install-data-am: install-data-local install-man ++install-data-am: install-man + + install-dvi: install-dvi-recursive + |