create lang subdirs in Wnn-data package, as it's impossible
to know when to dirrm them otherwise (main package or dict ?)
Remove chinese docs from the korean package.
Let that be somewhat configurable.
Fix all documentation to refer to the right location for dictionaries.
Fix the install-script so that it can take care of all three languages at
once.
Let un-installation instructions be more helpful, explaining about usr
data.
(so that dictionaries install into /var/dict).
Note that ja-Wnn and ja-Wnn-dict do not depend on each other.
The installation `polish' script in Wnn-data should know how to take
care of that.
- format man pages using new jgroff, so that we can install a full set
of documentation.
- move INSTALL script into a separate script, so that adding a new user
need not be done at the time of INSTALL.
- add a few strlcpy to fix a few holes. This stuff is rather bad, though.
- use terminfo instead of termcap, for better keycap names, fixing quite
a few bugs that made it impossible to build that version along the way...
- move scripts into /usr/local/bin instead of /usr/local/bin/Wnn4.
- use @comment no checksum
in packing list, even though pkg_add does not support that yet.
Not quite completely ready, but getting there...
At one point bsd.port.mk put out erroneous PLIST-auto, with @cwd, @pkgname,
and @pkgdep lines.
These are actually added by make package, and shouldn't usually be put
inside the PLIST, as this is extra information to update.
I left a few @cwd in, mainly for the perl modules, which want to live under
/usr to work.