diff options
author | jmz <jmz@FreeBSD.org> | 2004-03-11 11:07:51 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2004-03-11 11:07:51 +0800 |
commit | 6e18e93769d780f6ca1df5900088116431dd4728 (patch) | |
tree | da1541689b725b32fe141d357d7aa4dbe7f7e5de /textproc | |
parent | a5e4cc4bd7c19c0db782ee1b5bd6b35eb8738c39 (diff) | |
download | freebsd-ports-gnome-6e18e93769d780f6ca1df5900088116431dd4728.tar.gz freebsd-ports-gnome-6e18e93769d780f6ca1df5900088116431dd4728.tar.zst freebsd-ports-gnome-6e18e93769d780f6ca1df5900088116431dd4728.zip |
Fetch polish dictionary in MASTER_SITE_LOCAL first.
PR: ports/63943
Submitted by: Krzysztof Stryjek <wtp+ispell@bsdguru.org>
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} |