aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-01-10 00:19:44 +0800
committerasmodai <asmodai@FreeBSD.org>2001-01-10 00:19:44 +0800
commit57498662eb4210c19a39d7aa2dcfe46bb770f878 (patch)
treeeef82653d161365714f7d46933f2cab2bc47fea6
parent3e47b4c5b38c41f147719e719fe4c3e21acf368b (diff)
downloadfreebsd-ports-gnome-57498662eb4210c19a39d7aa2dcfe46bb770f878.tar.gz
freebsd-ports-gnome-57498662eb4210c19a39d7aa2dcfe46bb770f878.tar.zst
freebsd-ports-gnome-57498662eb4210c19a39d7aa2dcfe46bb770f878.zip
Fix typo in the MASTER_SITES variable, we needed a += assignment.
Add another mirror for the tarball.
-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}