diff options
Diffstat (limited to 'textproc/lotusxsl/files/lotusxsl.sh')
-rw-r--r-- | textproc/lotusxsl/files/lotusxsl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/lotusxsl/files/lotusxsl.sh b/textproc/lotusxsl/files/lotusxsl.sh index 27dacec42200..b3310cb459cd 100644 --- a/textproc/lotusxsl/files/lotusxsl.sh +++ b/textproc/lotusxsl/files/lotusxsl.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id$ +# $FreeBSD$ export CLASSPATH=%%PREFIX%%/share/java/classes/xml4j.jar:%%PREFIX%%/share/java/classes/lotusxsl.jar:${CLASSPATH} |