aboutsummaryrefslogtreecommitdiff
path: root/www/squid30/Makefile
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2004-01-06 08:12:54 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2004-01-06 08:12:54 +0000
commitf34fe178a07e041c66af72c5a709e82d1aa959f1 (patch)
tree3469c4b316160a7afb83c5b74e756f72a3d6f328 /www/squid30/Makefile
parent366d6eb58a547df279c92b0164845583b53af141 (diff)
Notes
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r--www/squid30/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile
index 9880375ae435..4db31b5b875b 100644
--- a/www/squid30/Makefile
+++ b/www/squid30/Makefile
@@ -7,7 +7,7 @@
PORTNAME= squid
PORTVERSION= 2.5.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -27,6 +27,7 @@ PATCHFILES= squid-2.5.STABLE4-reconfigure_message.patch \
squid-2.5.STABLE4-fqdnnegcache.patch \
pam_auth-2.2.patch \
squid-2.5.STABLE4_auth_param_doc.patch \
+ squid-2.5.STABLE4-errorpages.patch \
squid-2.5.STABLE4-error_load_text.patch \
squid-2.5.STABLE4-xpi_mime.patch \
squid-2.5.STABLE4-size_overflow.patch \
@@ -51,7 +52,8 @@ PATCHFILES= squid-2.5.STABLE4-reconfigure_message.patch \
squid-2.5.STABLE4-russian.patch \
squid-2.5.STABLE4-redirlog.patch \
squid-2.5.STABLE4-pinger.patch \
- squid-2.5.STABLE4-partial_reload.patch
+ squid-2.5.STABLE4-partial_reload.patch \
+ squid-2.5.STABLE4-ldap_tls.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= tmseck@netcologne.de
@@ -170,4 +172,9 @@ post-install:
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/squid.sh ${PREFIX}/etc/rc.d/squid.sh; \
fi
+# Work around the fact that the errorpages.patch creates files in
+# an "Attic" subdir:
+ @${FIND} ${WRKSRC}/errors/Lithuanian/Attic -type f \
+ -exec ${INSTALL_DATA} {} ${PREFIX}/etc/squid/errors/Lithuanian/ \;
+
.include <bsd.port.mk>