bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
* Remove obsolete environment variables.
* Change the default message fonts 16dots -> 14dots.
A user could change the work by setting up the environment
``USE_16DOT_FONT''.
* Change the calling way for the SED script.
* Enable to switch the locale function of ``LD_PRELOAD'' method
instead of ``PATH LOCALE'' one,
by the environment ``JA_NETSCAPE_USE_LD_PRELOAD''.
* Follow up the distribution resource file's update
and change the md5.
PR: ports/8529
Submitted by: myself
Obtained from: sada's local machine
netscape ver 4 web-surfboard with Japanese resources
NOTE: PR is not closed because it has small glitche I need to confirm
with the contributor.
PR: 6045