1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Install lisp files in $PREFIX/share/emacs/site-lisp

This commit is contained in:
Jean-Marc Zucconi 1995-07-11 01:46:28 +00:00
parent 11f543137e
commit 1011c39470
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1942
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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/^[ ]*$/\