diff options
author | jmz <jmz@FreeBSD.org> | 2004-03-31 01:59:39 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2004-03-31 01:59:39 +0000 |
commit | 1698297521475696714f11813f33c6ddc9e4084a (patch) | |
tree | a0469bc41590654699831e8541f63e32f058b00f /textproc/ispell | |
parent | 1da8573d4b3ab07a4a1c6153f95e426863ada7ab (diff) | |
download | FreeBSD-ports-1698297521475696714f11813f33c6ddc9e4084a.zip FreeBSD-ports-1698297521475696714f11813f33c6ddc9e4084a.tar.gz |
Fix the incorrect change in revision 1.83.
PR: ports/64912
Submitted by: Krzysztof Stryjek <wtp+plispell@bsdguru.org>
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 420585f..4aa7790 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} |