From 3a6807ac37c1d6eb8759ca3f5a6632d2b10a7e73 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Wed, 19 Apr 1995 19:51:29 +0000 Subject: words are in /usr/share/dict, not /usr/dict. --- textproc/ispell/scripts/configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'textproc') diff --git a/textproc/ispell/scripts/configure b/textproc/ispell/scripts/configure index 4020ad6b683e..10d8f851c588 100644 --- a/textproc/ispell/scripts/configure +++ b/textproc/ispell/scripts/configure @@ -27,6 +27,8 @@ fi sed -e s:/usr/local:$PREFIX: local.h || exit 1; echo "#undef NO8BIT" >> local.h echo "#define LANGUAGES \"{american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=/usr/share/dict/words}$LOCAL\"" >>local.h ||exit 1; +echo "#undef WORDS" >> local.h +echo '#define WORDS "/usr/share/dict/words"' >> local.h mv Makefile Makefile.orig sed -e 's/^[ ]*$/\ -- cgit v1.2.3