diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index da36f627cb14..ad5045ba0548 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -142,8 +142,7 @@ EXTRA_DICT+= ${FIDICTFILE} ${FIAFFIXFILE} .endif .if defined(ISPELL_PL) MASTER_SITE_SUBDIR= ispell-pl -MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE} \ - ${MASTER_SITE_LOCAL} +MASTER_SITES+= ${MASTER_SITE_LOCAL} PLDISTFILE= ispell-pl-20021127.tar.gz MASKBITS?= 64 EXTRA_DICT+= ${PLDISTFILE} |