diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-16 10:42:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-16 10:42:24 +0000 |
commit | 78a2705eeed0a93e3c791f1973b25846544eff3a (patch) | |
tree | c097b45c95b56648df03450ec1fc59a7617bd211 | |
parent | ccd2037ad856d44f9ff649ad56926d776df250b0 (diff) |
Notes
-rw-r--r-- | textproc/ispell/Makefile | 2 |
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) |