diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-03-08 22:15:53 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-03-08 22:15:53 +0000 |
commit | 5ebc3a1033a90577c04b50874e0594ba630fd159 (patch) | |
tree | 9b296499aa107612404be81e16b883a452615c15 /textproc/aspell | |
parent | 911c7ac07ecdd70732fe0ec4d3715d51a806b9c0 (diff) |
Notes
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 53d331e25034..fef8433d1d53 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -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 |