Fix MASTER_SITE_SUBDIR for the Englich dictionary.
PR: ports/110067 Submitted by: Eric P. Scott <eps+pbug0703 (at) ana.com>
This commit is contained in:
parent
911c7ac07e
commit
5ebc3a1033
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186931
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ DICT_TARGET=
|
|||
.else
|
||||
VERDICT_EN= 6-en-6.0-0
|
||||
DICT_SUFFIX= .tar.bz2
|
||||
MASTER_SITES+= ${MASTER_SITE_GNU:S|%SUBDIR%/|%SUBDIR%/dict/en/:dicten|}
|
||||
MASTER_SITES+= ${MASTER_SITE_GNU:S|$|:dicten|}
|
||||
MASTER_SITE_SUBDIR+= aspell/dict/en/:dicten
|
||||
DISTFILES+= aspell${VERDICT_EN}${DICT_SUFFIX}:dicten
|
||||
CONFLICTS= aspell-without-dicten-0.*
|
||||
DICT_TARGET= inst-dicten
|
||||
|
|
Loading…
Reference in a new issue