From 90f15bd5fbcc3306128f4c64663cdd753ffa2ed8 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Sat, 1 Jan 2005 19:40:42 +0000 Subject: Add more mirrors in MASTER_SITES, since GNU ftp is down. Reported by: pointyhat via kris Approved by: portmgr (krion) --- textproc/linux-f10-aspell/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'textproc/linux-f10-aspell') diff --git a/textproc/linux-f10-aspell/Makefile b/textproc/linux-f10-aspell/Makefile index 6856235c3f10..98ddc6758a62 100644 --- a/textproc/linux-f10-aspell/Makefile +++ b/textproc/linux-f10-aspell/Makefile @@ -164,7 +164,10 @@ DICTS= ${LG} . endfor .endif .for DICO in ${DICTS} -MASTER_SITES+= ftp://ftp.gnu.org/gnu/aspell/dict/${DICO}/:dict${DICO} +MASTER_SITES+= ftp://ftp.gnu.org/gnu/aspell/dict/${DICO}/:dict${DICO} \ + http://gnu.mirror.mcgill.ca/aspell/dict/${DICO}/:dict${DICO} \ + http://mirrors.usc.edu/pub/gnu/aspell/dict/${DICO}/:dict${DICO} \ + ftp://ftp.sunsite.org.uk/package/gnu/aspell/dict/${DICO}/:dict${DICO} . if (${SPECDICTS:M${DICO}*} != "") DISTFILES+= aspell-${DICO}-${DICTVER_${DICO:U}}${DICT_SUFFIX}:dict${DICO} . else -- cgit v1.2.3