From 1698297521475696714f11813f33c6ddc9e4084a Mon Sep 17 00:00:00 2001 From: jmz Date: Wed, 31 Mar 2004 01:59:39 +0000 Subject: Fix the incorrect change in revision 1.83. PR: ports/64912 Submitted by: Krzysztof Stryjek --- textproc/ispell/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 420585fbf091..4aa77903d3c1 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ispell PORTVERSION?= 3.2.06 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES+= textproc MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ DISTNAME= ispell-3.2.06 # needed for slave ports / options @@ -142,7 +142,7 @@ EXTRA_DICT+= ${FIDICTFILE} ${FIAFFIXFILE} .endif .if defined(ISPELL_PL) MASTER_SITE_SUBDIR= ispell-pl -MASTER_SITES+= ${MASTER_SITE_LOCAL} +MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE} PLDISTFILE= ispell-pl-20021127.tar.gz MASKBITS?= 64 EXTRA_DICT+= ${PLDISTFILE} -- cgit