aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-03-16 18:42:24 +0800
committerpav <pav@FreeBSD.org>2006-03-16 18:42:24 +0800
commit0bcbe01200714ca64f5a82127b2d682fbd21d663 (patch)
treec2b4e11260a95cbdba9698574d381bdc28f2e019 /textproc
parent10bd0dc35dea53ef3ee9725678fbdcdc650b8957 (diff)
downloadfreebsd-ports-gnome-0bcbe01200714ca64f5a82127b2d682fbd21d663.tar.gz
freebsd-ports-gnome-0bcbe01200714ca64f5a82127b2d682fbd21d663.tar.zst
freebsd-ports-gnome-0bcbe01200714ca64f5a82127b2d682fbd21d663.zip
- Fix fetching of french dictionary
PR: ports/93725 Submitted by: Jean-Francois BOEUF <jfb@minet.net>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ispell/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index 7beb8ff8cd7b..c92919711776 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -73,7 +73,7 @@ EXTRA_DICT+= ${ITDISTFILE}:it
.endif
.if defined(ISPELL_FR)
FRDISTFILE= francais-IREQ-1.4.tar.gz
-MASTER_SITES+= ftp://ftp.robot.ireq.ca/pub/ispell/:fr
+MASTER_SITES+= ftp://ftp.lip6.fr/pub/ispell/francais/:fr
EXTRA_DICT+= ${FRDISTFILE}:fr
.endif
.if defined(ISPELL_SE)