summaryrefslogtreecommitdiffstats
path: root/textproc/linux-aspell
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-01-01 19:40:42 +0000
committermezz <mezz@FreeBSD.org>2005-01-01 19:40:42 +0000
commit94872de91af271f21df873fae088798eae3798bc (patch)
treeae119afa4bc156b792029ee8546849e714a64cac /textproc/linux-aspell
parent0494c92ce9788302cb28becaf0100bc23623a8bf (diff)
downloadFreeBSD-ports-94872de91af271f21df873fae088798eae3798bc.zip
FreeBSD-ports-94872de91af271f21df873fae088798eae3798bc.tar.gz
Add more mirrors in MASTER_SITES, since GNU ftp is down.
Reported by: pointyhat via kris Approved by: portmgr (krion)
Diffstat (limited to 'textproc/linux-aspell')
-rw-r--r--textproc/linux-aspell/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/linux-aspell/Makefile b/textproc/linux-aspell/Makefile
index 6856235..98ddc67 100644
--- a/textproc/linux-aspell/Makefile
+++ b/textproc/linux-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
OpenPOWER on IntegriCloud