diff options
author | jmz <jmz@FreeBSD.org> | 1995-07-11 01:46:28 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-07-11 01:46:28 +0000 |
commit | 26f430723e4e094ec696aabec6e15c1341225276 (patch) | |
tree | 932f178426f3ea80888e3ce2a45f5089de0dc1d8 /textproc/ispell/scripts | |
parent | eaa0997fd6152c21e44bebdfb8e6933159638e4e (diff) | |
download | FreeBSD-ports-26f430723e4e094ec696aabec6e15c1341225276.zip FreeBSD-ports-26f430723e4e094ec696aabec6e15c1341225276.tar.gz |
Install lisp files in $PREFIX/share/emacs/site-lisp
Diffstat (limited to 'textproc/ispell/scripts')
-rw-r--r-- | textproc/ispell/scripts/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/ispell/scripts/configure b/textproc/ispell/scripts/configure index 10d8f85..efad2d3 100644 --- a/textproc/ispell/scripts/configure +++ b/textproc/ispell/scripts/configure @@ -29,6 +29,8 @@ 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 +echo '#undef ELISPDIR' >> local.h +echo "#define ELISPDIR \"$PREFIX/share/emacs/site-lisp\"" >> local.h mv Makefile Makefile.orig sed -e 's/^[ ]*$/\ |