ftp.gnu.org is down => add some mirrors for the dictionnaries.

Reported by:	Kris via pointyhat
Approved by:	portmgr (marcus)
Obtained from:	linux-aspell (mezz).
This commit is contained in:
Thierry Thomas 2005-01-02 16:40:06 +00:00
parent 4e83cf33f6
commit 81faf8547d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125683

View file

@ -192,7 +192,10 @@ DICTS= ${LG}
.endif
.for DICO in ${DICTS}
MASTER_SITES+= ftp://ftp.gnu.org/gnu/aspell/dict/${DICO:S/-alt//}/:dict${DICO:S/-//}
MASTER_SITES+= ftp://ftp.gnu.org/gnu/aspell/dict/${DICO:S/-alt//}/:dict${DICO:S/-//} \
http://gnu.mirror.mcgill.ca/aspell/dict/${DICO:S/-alt//}/:dict${DICO:S/-//} \
http://mirrors.usc.edu/pub/gnu/aspell/dict/${DICO:S/-alt//}/:dict${DICO:S/-//} \
ftp://ftp.sunsite.org.uk/package/gnu/aspell/dict/${DICO:S/-alt//}/:dict${DICO:S/-//}
DISTFILES+= aspell${VERDICT_${DICO:U}}${DICT_SUFFIX}:dict${DICO:S/-//}
.endfor