summaryrefslogtreecommitdiffstats
path: root/textproc/ispell/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ispell/scripts/configure')
-rw-r--r--textproc/ispell/scripts/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ispell/scripts/configure b/textproc/ispell/scripts/configure
index 8ba19d8..eef6674 100644
--- a/textproc/ispell/scripts/configure
+++ b/textproc/ispell/scripts/configure
@@ -26,7 +26,8 @@ echo "#undef WORDS" >> local.h
echo '#define WORDS "/usr/share/dict/words"' >> local.h
echo '#undef ELISPDIR' >> local.h
echo "#define ELISPDIR \"$PREFIX/share/emacs/site-lisp\"" >> local.h
-echo "#define SHAREDIR \"$PREFIX/share/ispell\"" >> local.h
+echo "#undef LIBDIR" >> local.h
+echo "#define LIBDIR \"$PREFIX/share/ispell\"" >> local.h
mv Makefile Makefile.orig
sed -e 's/^[ ]*$/\
OpenPOWER on IntegriCloud