diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-21 22:21:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-21 22:21:49 +0000 |
commit | 3376b7309ec1c9fe08fa62ce7861059197857b6e (patch) | |
tree | 443ec6e41d405a68471a8de8196c2923d0e17fd2 /textproc | |
parent | Mark as broken on 5.x due to the gcc3.3 import, in this case, the (diff) |
- Fix fetching of polish dictionary.
PR: ports/60482
Submitted by: Krzysztof Stryjek <wtp@bsdguru.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 30fe89b67992..46c8b22a9acc 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -143,7 +143,7 @@ EXTRA_DICT+= ${FIDICTFILE} ${FIAFFIXFILE} .endif .if defined(ISPELL_PL) MASTER_SITE_SUBDIR= ispell-pl -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ +MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_LOCAL} PLDISTFILE= ispell-pl-20021127.tar.gz MASKBITS?= 64 |