Fix typo in the MASTER_SITES variable, we needed a += assignment.
Add another mirror for the tarball.
This commit is contained in:
parent
52b7c1d789
commit
2573fa035a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37007
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user