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:
parent
11f543137e
commit
1011c39470
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1942
@ -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
|
||||
|
2
textproc/ispell/scripts/configure
vendored
2
textproc/ispell/scripts/configure
vendored
@ -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/^[ ]*$/\
|
||||
|
Loading…
Reference in New Issue
Block a user