diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2004-03-11 03:07:51 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2004-03-11 03:07:51 +0000 |
commit | 597e74b5dba35fed86d170ba08dc68ce80eefa7c (patch) | |
tree | 8e0711f12dbca2e2acff12d35356cba68efcaeda /textproc | |
parent | 131aa4b31383b3865539c31b3e6ba9c5ecdbb694 (diff) |
Notes
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} |