summaryrefslogtreecommitdiff
path: root/textproc/ispell
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-01-09 16:19:44 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-01-09 16:19:44 +0000
commit2573fa035a2290be353af3895942f5c5eda1d754 (patch)
tree7ad1ce2e8afda4694a64c990e6b05dcf0a11c086 /textproc/ispell
parentAdd Dutch ispell support under the ISPELL_NL variable option. (diff)
Fix typo in the MASTER_SITES variable, we needed a += assignment.
Add another mirror for the tarball.
Notes
Notes: svn path=/head/; revision=37007
Diffstat (limited to 'textproc/ispell')
-rw-r--r--textproc/ispell/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index 0a6424aa458d..721159314445 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -86,7 +86,8 @@ MASKBITS?= 64
.endif
.if defined(ISPELL_NL)
NLDISTFILE= ispell-nl-1.0.0.tar.gz
-MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES+= ${MASTER_SITE_LOCAL} \
+ http://www.ninth-circle.org/~asmodai/
MASTER_SITE_SUBDIR= asmodai
EXTRA_DICT+= ${NLDISTFILE}
EXTRACT_ONLY+= ${NLDISTFILE}