diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-02 16:40:06 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-02 16:40:06 +0000 |
commit | 81faf8547dfd72dc10da874767a2b200f90406f4 (patch) | |
tree | e37a93448d4889311bbd0bd60d99c1d4dcde0ba7 /textproc/aspell | |
parent | Fix plist. (diff) |
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).
Notes
Notes:
svn path=/head/; revision=125683
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 37a49b233528..9e38019d22e8 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -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 |