aboutsummaryrefslogtreecommitdiff
path: root/textproc/linux-f8-aspell
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-01-01 19:40:42 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-01-01 19:40:42 +0000
commit90f15bd5fbcc3306128f4c64663cdd753ffa2ed8 (patch)
treedcc23be894f4ebe5937c34fc3f5198d40ee91012 /textproc/linux-f8-aspell
parent52d918f707ebfb272a99d63b87a48dc2be5b3e6e (diff)
downloadports-90f15bd5fbcc3306128f4c64663cdd753ffa2ed8.tar.gz
ports-90f15bd5fbcc3306128f4c64663cdd753ffa2ed8.zip
Notes
Diffstat (limited to 'textproc/linux-f8-aspell')
-rw-r--r--textproc/linux-f8-aspell/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/linux-f8-aspell/Makefile b/textproc/linux-f8-aspell/Makefile
index 6856235c3f10..98ddc6758a62 100644
--- a/textproc/linux-f8-aspell/Makefile
+++ b/textproc/linux-f8-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