diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-28 23:17:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-28 23:17:24 +0000 |
commit | 39275d81a75e66b625953af4c0ec92e40d8969b3 (patch) | |
tree | 66be0d04af62a2d6debf2e42cf6fced7a9519ad8 /textproc | |
parent | f7b666b4d96ad509fdd70db98fb5bb0f3749504d (diff) | |
download | ports-39275d81a75e66b625953af4c0ec92e40d8969b3.tar.gz ports-39275d81a75e66b625953af4c0ec92e40d8969b3.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index eea239fa426f..da36f627cb14 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -90,8 +90,7 @@ EXTRACT_ONLY+= ${BRDISTFILE} BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 .endif DENEUDISTFILE= igerman98-20001109.tar.bz2 -MASTER_SITES+= http://www.suse.de/~bjacke/igerman98/dict/ \ - ftp://student.physik.uni-dortmund.de/pub/users/jacke/ispell/ +MASTER_SITES+= http://j3e.de/ispell/igerman98/dict/ EXTRA_DICT+= ${DENEUDISTFILE} .endif .if defined(ISPELL_DEALT) |