diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-22 13:49:22 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-22 13:49:22 +0000 |
commit | 0561518b0cf271efbbcf7c1788bbf94c3448a980 (patch) | |
tree | cd12afe95d8d573e6c258f91e0a4b27e066dea3a /www/squid30/files/patch-src-Makefile.in | |
parent | - Fix MASTER_SITES (diff) |
- Read cachemgr.conf rather than cachemgr.conf.default
- Add a missing %SUBDIR% in MASTER_SITES
PR: ports/81319
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=135854
Diffstat (limited to '')
-rw-r--r-- | www/squid30/files/patch-src-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/squid30/files/patch-src-Makefile.in b/www/squid30/files/patch-src-Makefile.in deleted file mode 100644 index e9b57d95dd2f..000000000000 --- a/www/squid30/files/patch-src-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Tue May 17 22:06:43 2005 -+++ src/Makefile.in Tue May 17 22:05:39 2005 -@@ -377,7 +377,7 @@ - - DEFAULT_PREFIX = $(prefix) - DEFAULT_CONFIG_FILE = $(sysconfdir)/squid.conf --DEFAULT_CACHEMGR_CONFIG = $(sysconfdir)/cachemgr.conf -+DEFAULT_CACHEMGR_CONFIG = $(sysconfdir)/cachemgr.conf.default - DEFAULT_MIME_TABLE = $(sysconfdir)/mime.conf - DEFAULT_DNSSERVER = $(libexecdir)/`echo dnsserver | sed '$(transform);s/$$/$(EXEEXT)/'` - DEFAULT_LOG_PREFIX = $(localstatedir)/logs |