Also fixes to pkg-plist to 1) forget to chmod/chown db directory for
package and 2) shut-up error message to remove ${PREFIX}/share/locale/rw
(that is not listed in BSD.local.dist, and other applications such as bison
may be used this directory.)
jwhois.conf is also updated to the latest revision (1.137) from jwhois
CVS repository.
Pressure for update from: nork
- Fix pkg-plist, add missing files to the list (gimme a pointy hat to me...)
- Introduce INFO variable.
- Don't touch share/locale/ directory.
- Employ WITHOUT_NLS macro as other ports did.
Since pkg-plist is changed, bump PORTREVISION.
Submitted by: sf
In src/Makefile.am rev 1.18, install-exec-hook: is disappeared (I dunno
why, CVS commit log doesn't answer my question). As a result, jwhois
binary is not chgrp(1)ed, so do it in Makefile. pkg-plist should be
fixed to include (empty) datacache directory (that's long standing bug
since the beginning of this port, sorry).