diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-31 02:11:56 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-31 02:11:56 +0000 |
commit | 85bc214e2853c492be16a7cb7c387ed2b93dcc54 (patch) | |
tree | 2f774a7a39ea589cb3f4d6f81cb47fce7781c7d8 /textproc/lotusxsl | |
parent | 8100143543010a65fe691ff0fd15eb6932ad1637 (diff) |
Notes
Diffstat (limited to 'textproc/lotusxsl')
-rw-r--r-- | textproc/lotusxsl/Makefile | 2 | ||||
-rw-r--r-- | textproc/lotusxsl/files/lotusxsl.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/lotusxsl/Makefile b/textproc/lotusxsl/Makefile index bcdf2900c9de..048d33907e4a 100644 --- a/textproc/lotusxsl/Makefile +++ b/textproc/lotusxsl/Makefile @@ -3,7 +3,7 @@ # Date created: 23 June 1999 # Whom: Jun Kuriyama <kuriyama@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/06/25 15:10:29 kuriyama Exp $ +# $FreeBSD$ # DISTNAME= lotusxsl_0_17_4 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} |