diff options
author | thierry <thierry@FreeBSD.org> | 2007-03-09 06:15:53 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-03-09 06:15:53 +0800 |
commit | 77c357978f005e15d50bb86f770ed6b04a0035ed (patch) | |
tree | 2459b3715b6eaa30ab7e4d3b13e6f8d0395b9aaf /textproc | |
parent | eca51f53f7cca8e2e4362c60b1b1a517e42cc841 (diff) | |
download | freebsd-ports-graphics-77c357978f005e15d50bb86f770ed6b04a0035ed.tar.gz freebsd-ports-graphics-77c357978f005e15d50bb86f770ed6b04a0035ed.tar.zst freebsd-ports-graphics-77c357978f005e15d50bb86f770ed6b04a0035ed.zip |
Fix MASTER_SITE_SUBDIR for the Englich dictionary.
PR: ports/110067
Submitted by: Eric P. Scott <eps+pbug0703 (at) ana.com>
Diffstat (limited to 'textproc')
-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 53d331e2503..fef8433d1d5 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 |