diff options
author | glewis <glewis@FreeBSD.org> | 2005-04-19 01:44:30 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-04-19 01:44:30 +0800 |
commit | 0c90e417aae71180c1e4ea79b8c702be01e98cbc (patch) | |
tree | 8357a04d89689d7f8b316283fecd6c9efc8cd813 /java | |
parent | f1bd21ad1bbd61971968028bfd309399e013f9fa (diff) | |
download | freebsd-ports-gnome-0c90e417aae71180c1e4ea79b8c702be01e98cbc.tar.gz freebsd-ports-gnome-0c90e417aae71180c1e4ea79b8c702be01e98cbc.tar.zst freebsd-ports-gnome-0c90e417aae71180c1e4ea79b8c702be01e98cbc.zip |
. Try to clarify that the BUGS section is talking about the Java VM
selection procedure used when ${PORTSDIR}/Mk/bsd.java.mk isn't present.
. Fix a typo (JAVA_PREFERRED_PORT -> JAVA_PREFERRED_PORTS).
Pointed out by: hq
Diffstat (limited to 'java')
-rw-r--r-- | java/javavmwrapper/src/javavm.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/java/javavmwrapper/src/javavm.1 b/java/javavmwrapper/src/javavm.1 index dbfebb74d2bc..93efe71eef91 100644 --- a/java/javavmwrapper/src/javavm.1 +++ b/java/javavmwrapper/src/javavm.1 @@ -161,12 +161,13 @@ Execute MyApp with either a Java VM that is either version 1.2 or version 1.4. .Sh BUGS The internal selection procedure of .Nm -is not fully identical to that of -.Pa %%PORTSDIR%%/Mk/bsd.java.mk . +is not fully identical to that used when +.Pa %%PORTSDIR%%/Mk/bsd.java.mk +is present. In particular, .Nm does not respect environment variables such as -.Ev JAVA_PREFERRED_PORT +.Ev JAVA_PREFERRED_PORTS which is used by .Pa %%PORTSDIR%%/Mk/bsd.java.mk and will not use the values of such variables if they are set up as |