mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Upgrade to version 3.1.18
This commit is contained in:
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
|
@ -1,4 +1,4 @@
|
||||||
DISTFILES= ispell-3.1.08.tar.gz
|
DISTFILES= ispell-3.1.18.tar.gz
|
||||||
DISTNAME= ispell-3.1
|
DISTNAME= ispell-3.1
|
||||||
MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/
|
MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (ispell-3.1.08.tar.gz) = 85f3f82321c23316c7966d71d731efd1
|
MD5 (ispell-3.1.18.tar.gz) = ea18d026e85d4f7588c102648f32845a
|
||||||
|
|
4
textproc/ispell/scripts/configure
vendored
4
textproc/ispell/scripts/configure
vendored
|
@ -5,4 +5,8 @@ cd $WRKSRC || exit 1;
|
||||||
sed -e s:/usr/local:$PREFIX: <local.h.samp >local.h || 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;
|
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;
|
exit 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue