diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2004-03-31 01:59:39 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2004-03-31 01:59:39 +0000 |
commit | 4185e4e3f547fa3e61a1bf8f70d74eca2a832ecf (patch) | |
tree | f28d8d144cc8818e4c05be452b1c5bff4b5a8ce7 | |
parent | 81838e15764326a283f102c552971e1e800236ba (diff) | |
download | ports-4185e4e3f547fa3e61a1bf8f70d74eca2a832ecf.tar.gz ports-4185e4e3f547fa3e61a1bf8f70d74eca2a832ecf.zip |
Fix the incorrect change in revision 1.83.
PR: ports/64912
Submitted by: Krzysztof Stryjek <wtp+plispell@bsdguru.org>
Notes
Notes:
svn path=/head/; revision=105746
-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 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} |