diff options
author | pav <pav@FreeBSD.org> | 2004-02-28 23:17:24 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-28 23:17:24 +0000 |
commit | 638376d28f109bd18ab706367cc89a31ccfa72a4 (patch) | |
tree | 34638a7a07cd097efd6b40ce1d4a8dfdeea692d7 | |
parent | 0a5e8fc9c82d5c3bb527d46cabf9d3a3a0759c9c (diff) | |
download | FreeBSD-ports-638376d28f109bd18ab706367cc89a31ccfa72a4.zip FreeBSD-ports-638376d28f109bd18ab706367cc89a31ccfa72a4.tar.gz |
- Fix fetching of DE_NEU dictionary
PR: ports/59692
Submitted by: Andreas Braml <a.strich.b@web.de>
Approved by: maintainer timeout (3 months)
-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 eea239f..da36f62 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) |