Upgrade to version 3.1.18

This commit is contained in:
Jean-Marc Zucconi 1995-02-06 15:07:47 +00:00
parent b456c121a1
commit 6dfb8bc1df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=900
3 changed files with 6 additions and 2 deletions

View file

@ -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/

View file

@ -1 +1 @@
MD5 (ispell-3.1.08.tar.gz) = 85f3f82321c23316c7966d71d731efd1
MD5 (ispell-3.1.18.tar.gz) = ea18d026e85d4f7588c102648f32845a

View file

@ -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;