mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
4e83cf33f6
commit
81faf8547d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125683
1 changed files with 4 additions and 1 deletions
|
@ -192,7 +192,10 @@ DICTS= ${LG}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.for DICO in ${DICTS}
|
.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/-//}
|
DISTFILES+= aspell${VERDICT_${DICO:U}}${DICT_SUFFIX}:dict${DICO:S/-//}
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue