diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-16 12:27:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-16 12:27:16 +0000 |
commit | 964de15537a38321add629479817ba0eb79f27e6 (patch) | |
tree | ec787bb1c3bb4327dc34f74466254dd6c42711ff /www/squid30/Makefile | |
parent | 3aa37136e8be99657a7776c84e28c698274210b8 (diff) |
Notes
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r-- | www/squid30/Makefile | 5 |
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} |