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 | |
parent | eaa0997fd6152c21e44bebdfb8e6933159638e4e (diff) | |
download | FreeBSD-ports-26f430723e4e094ec696aabec6e15c1341225276.zip FreeBSD-ports-26f430723e4e094ec696aabec6e15c1341225276.tar.gz |
Install lisp files in $PREFIX/share/emacs/site-lisp
-rw-r--r-- | textproc/ispell/pkg-plist | 4 | ||||
-rw-r--r-- | textproc/ispell/scripts/configure | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/ispell/pkg-plist b/textproc/ispell/pkg-plist index afaf4ec..801b251 100644 --- a/textproc/ispell/pkg-plist +++ b/textproc/ispell/pkg-plist @@ -11,8 +11,8 @@ bin/sq bin/tryaffix bin/unsq @mode 644 -lib/emacs/site-lisp/ispell.el -lib/emacs/site-lisp/ispell.elc +share/emacs/site-lisp/ispell.el +share/emacs/site-lisp/ispell.elc lib/american.hash lib/americanmed+.hash lib/english.aff 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/^[ ]*$/\ |