From de2c824ded432a341dfb6a310dee6a28c395381c Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 7 Jul 2003 18:04:21 +0000 Subject: The IBM site has long delays that can cause ftp to timeout. Use the backup FTP repositories (MASTER_SITE_BACKUP) in preference to the IBM one. --- textproc/icu/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index 285165f236a..ff408c97e17 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,11 +1,16 @@ -# $NetBSD: Makefile,v 1.18 2003/06/23 07:49:39 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2003/07/07 18:04:21 jlam Exp $ # DISTNAME= icu-2.6 WRKSRC= ${WRKDIR}/${PKGBASE}/source CATEGORIES= textproc -MASTER_SITES= ftp://www-126.ibm.com/pub/icu/${PKGVERSION}/ EXTRACT_SUFX= .tgz +# +# The IBM site has long delays that can cause ftp to timeout. Use the +# backup FTP repositories in preference to the IBM one. +# +MASTER_SITES= ${MASTER_SITE_BACKUP} \ + ftp://www-126.ibm.com/pub/icu/${PKGVERSION}/ MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://oss.software.ibm.com/icu/ -- cgit v1.2.3