diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 2 | ||||
-rw-r--r-- | textproc/ispell/distinfo | 2 | ||||
-rw-r--r-- | textproc/ispell/scripts/configure | 4 |
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; |