diff options
Diffstat (limited to 'textproc/ispell/Makefile')
-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 692a7d3bab44..88df848de787 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -97,7 +97,7 @@ MASTER_SITES+= ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/ .endif .if defined(ISPELL_NO) NODISTFILE= ispell-norsk-2.0.tar.gz -MASTER_SITES+= ftp://ftp.ntnu.no/store/store/stash/ispell/ +MASTER_SITES+= http://www.uio.no/~runekl/ EXTRA_DICT+= ${NODISTFILE} EXTRACT_ONLY+= ${NODISTFILE} MASKBITS?= 64 |