Fix name of script and bump REVISION. ok kurt@

This commit is contained in:
william 2011-05-19 02:39:06 +00:00
parent d307e174ed
commit d4e9dfbd60
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2007/09/16 00:29:15 merdely Exp $ # $OpenBSD: Makefile,v 1.6 2011/05/19 02:39:06 william Exp $
COMMENT= helper script for launching java applications COMMENT= helper script for launching java applications
DISTNAME= javaPathHelper-0.3 DISTNAME= javaPathHelper-0.3
REVISION= 0
CATEGORIES= java CATEGORIES= java
HOMEPAGE= http://www.intricatesoftware.com/OpenBSD/java HOMEPAGE= http://www.intricatesoftware.com/OpenBSD/java

View File

@ -2,7 +2,7 @@ javaPathHelper is a script that java applications can use to provide a
consistent and familiar method for launching java applications on consistent and familiar method for launching java applications on
OpenBSD. The use of JAVACMD, JAVA_HOME and PATH environment variables are OpenBSD. The use of JAVACMD, JAVA_HOME and PATH environment variables are
well known methods for users to control which JVM is used to launch a well known methods for users to control which JVM is used to launch a
java application. When a user sets up his environment javaPathHelp will java application. When a user sets up his environment javaPathHelper will
use it. No attempt is made to prevent the user from running an use it. No attempt is made to prevent the user from running an
application that requires a particular JVM version with a lower version. application that requires a particular JVM version with a lower version.
When the user's environment has not be setup, javaPathHelper falls back When the user's environment has not be setup, javaPathHelper falls back