summaryrefslogtreecommitdiff
path: root/textproc/ispell/scripts/configure
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/scripts/configure
parentA bunch of small corrections, most notably: (diff)
Upgrade to version 3.1.18
Notes
Notes: svn path=/head/; revision=900
Diffstat (limited to '')
-rw-r--r--textproc/ispell/scripts/configure4
1 files changed, 4 insertions, 0 deletions
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;