summaryrefslogtreecommitdiff
path: root/textproc/ispell
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-02-06 15:07:47 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-02-06 15:07:47 +0000
commit6dfb8bc1df6c64cb2f73813b9318cecf5d3cc28a (patch)
tree95945bcf1a7d16f5f9d8a357d5820d8626914441 /textproc/ispell
parentA bunch of small corrections, most notably: (diff)
Upgrade to version 3.1.18
Notes
Notes: svn path=/head/; revision=900
Diffstat (limited to 'textproc/ispell')
-rw-r--r--textproc/ispell/Makefile2
-rw-r--r--textproc/ispell/distinfo2
-rw-r--r--textproc/ispell/scripts/configure4
3 files changed, 6 insertions, 2 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index acb955d27911..0356834154c9 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -1,4 +1,4 @@
-DISTFILES= ispell-3.1.08.tar.gz
+DISTFILES= ispell-3.1.18.tar.gz
DISTNAME= ispell-3.1
MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/
diff --git a/textproc/ispell/distinfo b/textproc/ispell/distinfo
index 9e548251600e..4d6505fdeaee 100644
--- a/textproc/ispell/distinfo
+++ b/textproc/ispell/distinfo
@@ -1 +1 @@
-MD5 (ispell-3.1.08.tar.gz) = 85f3f82321c23316c7966d71d731efd1
+MD5 (ispell-3.1.18.tar.gz) = ea18d026e85d4f7588c102648f32845a
diff --git a/textproc/ispell/scripts/configure b/textproc/ispell/scripts/configure
index d4207ea04b80..05796841feea 100644
--- a/textproc/ispell/scripts/configure
+++ b/textproc/ispell/scripts/configure
@@ -5,4 +5,8 @@ cd $WRKSRC || exit 1;
sed -e s:/usr/local:$PREFIX: <local.h.samp >local.h || exit 1;
echo '#define LANGUAGES "{american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=/usr/share/dict/words}"' >>local.h ||exit 1;
+mv Makefile Makefile.orig
+sed -e 's/^[ ]*$/\
+/' <Makefile.orig >Makefile
+
exit 0;