diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-07-11 01:46:28 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-07-11 01:46:28 +0000 |
commit | 1011c39470bef6d7d4fb3987708ca904052ea706 (patch) | |
tree | e490bf4d46c67d2e6e1fbd1e2095e07fbfa66715 /textproc/ispell | |
parent | 11f543137e7e18a3eb2811ce39d490e5d3e1a668 (diff) | |
download | ports-1011c39470bef6d7d4fb3987708ca904052ea706.tar.gz ports-1011c39470bef6d7d4fb3987708ca904052ea706.zip |
Notes
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/^[ ]*$/\ |