diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-01-09 16:19:44 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-01-09 16:19:44 +0000 |
commit | 57498662eb4210c19a39d7aa2dcfe46bb770f878 (patch) | |
tree | eef82653d161365714f7d46933f2cab2bc47fea6 /textproc/ispell | |
parent | 3e47b4c5b38c41f147719e719fe4c3e21acf368b (diff) | |
download | FreeBSD-ports-57498662eb4210c19a39d7aa2dcfe46bb770f878.zip FreeBSD-ports-57498662eb4210c19a39d7aa2dcfe46bb770f878.tar.gz |
Fix typo in the MASTER_SITES variable, we needed a += assignment.
Add another mirror for the tarball.
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 0a6424a..7211593 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} |