diff options
author | jmz <jmz@FreeBSD.org> | 1995-07-11 09:46:28 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-07-11 09:46:28 +0800 |
commit | 26f430723e4e094ec696aabec6e15c1341225276 (patch) | |
tree | 932f178426f3ea80888e3ce2a45f5089de0dc1d8 /textproc/ispell | |
parent | eaa0997fd6152c21e44bebdfb8e6933159638e4e (diff) | |
download | freebsd-ports-gnome-26f430723e4e094ec696aabec6e15c1341225276.tar.gz freebsd-ports-gnome-26f430723e4e094ec696aabec6e15c1341225276.tar.zst freebsd-ports-gnome-26f430723e4e094ec696aabec6e15c1341225276.zip |
Install lisp files in $PREFIX/share/emacs/site-lisp
Diffstat (limited to 'textproc/ispell')
-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 afaf4ec4b657..801b251e7046 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 10d8f851c588..efad2d30d55f 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/^[ ]*$/\ |