summaryrefslogtreecommitdiff
path: root/textproc/icu
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-08-04 08:47:22 +0000
committerrecht <recht@pkgsrc.org>2004-08-04 08:47:22 +0000
commitfff610f84f2095d68f478f3f6dd904921cd02f47 (patch)
tree8e27ad9bf53b505b9a63b87a58495b5d69329a90 /textproc/icu
parent40d18b66cc7524064da4131cdd71422d7daed006 (diff)
downloadpkgsrc-fff610f84f2095d68f478f3f6dd904921cd02f47.tar.gz
Add a IBM http download site for ICU and set it to the first position.
To avoid problems with IBM's ftp site which requires non-default settings in ~/.netrc.
Diffstat (limited to 'textproc/icu')
-rw-r--r--textproc/icu/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile
index 847c2f51c74..32b9fa21eec 100644
--- a/textproc/icu/Makefile
+++ b/textproc/icu/Makefile
@@ -1,16 +1,10 @@
-# $NetBSD: Makefile,v 1.33 2004/06/26 20:18:50 recht Exp $
+# $NetBSD: Makefile,v 1.34 2004/08/04 08:47:22 recht Exp $
#
DISTNAME= icu-3.0
CATEGORIES= textproc
-#
-# 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}/
-MASTER_SITES= ftp://www-126.ibm.com/pub/icu/${PKGVERSION}/
-
+MASTER_SITES= http://oss.software.ibm.com/pub/icu/${PKGVERSION}/ \
+ ftp://www-126.ibm.com/pub/icu/${PKGVERSION}/
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@NetBSD.org