1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

words are in /usr/share/dict, not /usr/dict.

This commit is contained in:
Jean-Marc Zucconi 1995-04-19 19:51:29 +00:00
parent 91e4b39ad1
commit 3a6807ac37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1468

View File

@ -27,6 +27,8 @@ fi
sed -e s:/usr/local:$PREFIX: <local.h.samp >local.h || exit 1;
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
mv Makefile Makefile.orig
sed -e 's/^[ ]*$/\