diff --git a/textproc/aspell-dict-bg/Portfile b/textproc/aspell-dict-bg/Portfile
index 41292a9c8b..ab923fda40 100644
a
|
b
|
|
1 | | PortSystem 1.0 |
2 | | name aspell-dict-bg |
3 | | version 4.1-0 |
4 | | categories textproc |
5 | | maintainers gmail.com:sava.chankov |
6 | | description Bulgarian dictionary for aspell |
7 | | homepage http://aspell.net/ |
8 | | platforms darwin |
| 1 | PortSystem 1.0 |
| 2 | name aspell-dict-bg |
| 3 | version 4.1-0 |
| 4 | categories textproc |
| 5 | maintainers gmail.com:sava.chankov |
| 6 | description Bulgarian dictionary for aspell |
| 7 | homepage http://aspell.net/ |
| 8 | platforms darwin |
9 | 9 | |
10 | | long_description ${description} |
| 10 | long_description ${description} |
11 | 11 | |
12 | | master_sites gnu:aspell/dict/bg |
| 12 | master_sites gnu:aspell/dict/bg |
13 | 13 | |
14 | | distname aspell6-bg-${version} |
15 | | checksums md5 e22f0634c48eae9c9fbdf9d569b8235c |
| 14 | distname aspell6-bg-${version} |
| 15 | checksums md5 e22f0634c48eae9c9fbdf9d569b8235c |
16 | 16 | |
17 | | use_bzip2 yes |
| 17 | use_bzip2 yes |
18 | 18 | |
19 | | depends_build port:aspell |
| 19 | depends_build port:aspell |
20 | 20 | |
21 | | configure { system "cd ${worksrcpath} && \ |
22 | | ./configure --vars ASPELL=${prefix}/bin/aspell \ |
23 | | WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" |
24 | | } |
25 | | pre-destroot { system "cd ${worksrcpath} && \ |
26 | | iconv -f CP1251 -t UTF-8 bulgarian.kbd > bulgarian.kbd.tmp && \ |
27 | | mv bulgarian.kbd.tmp bulgarian.kbd" |
28 | | } |
| 21 | configure { system "cd ${worksrcpath} && \ |
| 22 | ./configure --vars ASPELL=${prefix}/bin/aspell \ |
| 23 | WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" |
| 24 | } |
| 25 | pre-destroot { system "cd ${worksrcpath} && \ |
| 26 | iconv -f CP1251 -t UTF-8 bulgarian.kbd > bulgarian.kbd.tmp && \ |
| 27 | mv bulgarian.kbd.tmp bulgarian.kbd" |
| 28 | } |