diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-13 21:07:00 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-13 21:07:00 +0000 |
commit | 46723b1c08bc98b0d8bcf23f77137fad6cae9730 (patch) | |
tree | f5546fb9c193d0f852f148e9336b37e3549f49bf /www/squid24 | |
parent | It seems some of the GNOME mirrors are lagging behind in updates. Shuffle (diff) |
- Use MASTER_SITE_SUBDIR.
- Add MASTER_SITE_RINGSERVER to MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=67987
Diffstat (limited to 'www/squid24')
-rw-r--r-- | www/squid24/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/squid24/Makefile b/www/squid24/Makefile index bb0a43a62023..17e249abbc94 100644 --- a/www/squid24/Makefile +++ b/www/squid24/Makefile @@ -10,10 +10,12 @@ PORTVERSION= 2.4 PORTREVISION= 10 CATEGORIES= www MASTER_SITES= \ - ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \ - ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ - ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ - ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ + ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ + ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/%SUBDIR%/ \ + ftp://sunsite.auc.dk/pub/infosystems/squid/%SUBDIR%/ \ + ftp://ftp.net.lut.ac.uk/squid/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,} +MASTER_SITE_SUBDIR= squid-2/STABLE DISTNAME= squid-2.4.STABLE7 EXTRACT_SUFX= -src.tar.gz |