aboutsummaryrefslogtreecommitdiff
path: root/www/squid30/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-05-16 12:27:16 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-05-16 12:27:16 +0000
commit964de15537a38321add629479817ba0eb79f27e6 (patch)
treeec787bb1c3bb4327dc34f74466254dd6c42711ff /www/squid30/Makefile
parent3aa37136e8be99657a7776c84e28c698274210b8 (diff)
Notes
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r--www/squid30/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile
index 34abae34de95..4e803449e9ce 100644
--- a/www/squid30/Makefile
+++ b/www/squid30/Makefile
@@ -63,6 +63,7 @@
PORTNAME= squid
PORTVERSION= 3.0.5
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \
@@ -425,10 +426,6 @@ pre-su-install:
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
post-install:
-# Create cachemgr.conf.default manually since Squid-3's install routine
-# unfortunately fails to do so (as it did in the old 2.5 days...):
- ${INSTALL_DATA} ${WRKSRC}/tools/cachemgr.conf \
- ${PREFIX}/etc/squid/cachemgr.conf.default
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/helpers/basic_auth/DB/passwd.sql ${EXAMPLESDIR}