diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:37:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:37:17 +0000 |
commit | b2b01422b8094e49e8087974c453acbe6fc5512a (patch) | |
tree | f17cdd8cd3ce53a436b78a4645ab67721001c5d7 /textproc/ispell | |
parent | 3eb168f46b2ba49b62efa711ffbdd0a1047a5e5b (diff) |
Notes
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 4a3d86f2a501..63b901ef0738 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -154,15 +154,14 @@ EXTRA_DICT+= ${FIDICTFILE}:fi ${FIAFFIXFILE}:fi .endif .if defined(ISPELL_PL) PLDISTFILE= ispell-pl-20021127.tar.gz -MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:S/$/:pl/} -MASTER_SITE_SUBDIR+= ispell-pl/:pl +MASTER_SITES+= SF/ispell-pl/ispell-pl/20021127:pl MASKBITS?= 64 EXTRA_DICT+= ${PLDISTFILE}:pl EXTRACT_ONLY+= ${PLDISTFILE} BUILDHASH= ${WRKDIR}/${PLDISTFILE:S=.tar.gz==}/zbuduj.slownik.sh .endif .if defined(ISPELL_BG) -MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:S/$/:bg/} +MASTER_SITES+= SF/bgoffice/Ispell%20BG/2.1:bg MASTER_SITE_SUBDIR+= bgoffice/:bg BGDISTFILE= ispell-bg-2.1.tar.gz MASKBITS?= 64 |