diff options
author | jmz <jmz@FreeBSD.org> | 1995-02-06 23:07:47 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-02-06 23:07:47 +0800 |
commit | c72fe76bd679b7490808c0eb2ff3987ffb3bf0e6 (patch) | |
tree | 8762f1b451d7629a6c9a8c30b7585d0005313b34 | |
parent | be81447e06adf4e7615c1af1d0c162568a98cd0f (diff) | |
download | freebsd-ports-gnome-c72fe76bd679b7490808c0eb2ff3987ffb3bf0e6.tar.gz freebsd-ports-gnome-c72fe76bd679b7490808c0eb2ff3987ffb3bf0e6.tar.zst freebsd-ports-gnome-c72fe76bd679b7490808c0eb2ff3987ffb3bf0e6.zip |
Upgrade to version 3.1.18
-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; |