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 | c016a6200ea95ea4c0028395db6d1b6725007a01 (diff) | |
download | ports-3376b7309ec1c9fe08fa62ce7861059197857b6e.tar.gz ports-3376b7309ec1c9fe08fa62ce7861059197857b6e.zip |
Notes
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 |