mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
* Make sure boggle is always built with the same wordlist, and use the union
of wenglish and wbristish for that list. Building with web2 resulted in
too many scrabble-words..
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5187 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
@@ -31,3 +31,7 @@ bsd_games_cfg_gzip_manpages=n
|
||||
|
||||
# Policy says to use /usr/bin/pager by default.
|
||||
bsd_games_cfg_pager=/usr/bin/pager
|
||||
|
||||
# Always use the same wordlist for boggle, and don't use web2, it's too
|
||||
# big. Instead, use the union of the wenglish and wbritish wordlists.
|
||||
dictionary_src=`pwd`/temp-dictionary
|
||||
|
||||
Reference in New Issue
Block a user