diff options
author | jlam <jlam@pkgsrc.org> | 2003-07-07 18:04:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-07-07 18:04:21 +0000 |
commit | 8566b2c3fdf6209cb61f946a35c90893983c595d (patch) | |
tree | 9de85ac519f7fa523ebe61d69dea2d858bc350d9 /textproc/icu | |
parent | 46b0c6fbee7f0a1615e3bb29f9eebfd578e38888 (diff) | |
download | pkgsrc-8566b2c3fdf6209cb61f946a35c90893983c595d.tar.gz |
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.
Diffstat (limited to 'textproc/icu')
-rw-r--r-- | textproc/icu/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
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/ |