Hello ports@, on -current after installing aspell from ports, it fails to find english dictionary: $ aspell -c TODO Error: /usr/local/lib/aspell/en-common.rws: The language "en" is not known. This is probably because: the file "/usr/local/lib/aspell/en.dat" can not be opened for reading.
Looks like aspell looks for en.dat in wrong location, even though our
Makefile has this:
--enable-dict-dir=${PREFIX}/share/aspell
