diff options
Diffstat (limited to 'textproc/saxon-he/files/saxon.sh')
-rw-r--r-- | textproc/saxon-he/files/saxon.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/saxon-he/files/saxon.sh b/textproc/saxon-he/files/saxon.sh index 63673bc9bdb3..b64232892479 100644 --- a/textproc/saxon-he/files/saxon.sh +++ b/textproc/saxon-he/files/saxon.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/textproc/saxon-he/files/Attic/saxon.sh,v 1.1 2004-07-07 20:36:36 glewis Exp $ +# $FreeBSD: /tmp/pcvs/ports/textproc/saxon-he/files/Attic/saxon.sh,v 1.2 2004-07-17 08:19:44 glewis Exp $ export CLASSPATH=`%%PREFIX%%/bin/classpath` -javavm -jar %%JAVAJARDIR%%/saxon8.jar $@ +JAVAVM=%%JAVAVM%% javavm -jar %%JAVAJARDIR%%/saxon8.jar $@ |