Fix typo in the MASTER_SITES variable, we needed a += assignment.

Add another mirror for the tarball.
This commit is contained in:
Jeroen Ruigrok van der Werven 2001-01-09 16:19:44 +00:00
parent 52b7c1d789
commit 2573fa035a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37007

View File

@ -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}