From 6e18e93769d780f6ca1df5900088116431dd4728 Mon Sep 17 00:00:00 2001 From: jmz Date: Thu, 11 Mar 2004 03:07:51 +0000 Subject: Fetch polish dictionary in MASTER_SITE_LOCAL first. PR: ports/63943 Submitted by: Krzysztof Stryjek --- textproc/ispell/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'textproc/ispell/Makefile') 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} -- cgit