diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-11-12 16:24:29 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-11-12 16:24:29 +0000 |
commit | efa5b0e23c113690b6c2c915afbb601488e2da36 (patch) | |
tree | e488632b6648509fdc3f12b0d5b72c630363994b /lang | |
parent | 969e304f1dc042c6e297021bd71d8d0dd6faad59 (diff) | |
download | pkgsrc-efa5b0e23c113690b6c2c915afbb601488e2da36.tar.gz |
Synch MESSAGe with reality. That is, account for ${PREFIX} already containing
the 'java/kaffe' part. Patch provided by Julio Merino in PR pkg/19021.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/kaffe/MESSAGE | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/kaffe/MESSAGE b/lang/kaffe/MESSAGE index ec45667332b..5aed4d6cf42 100644 --- a/lang/kaffe/MESSAGE +++ b/lang/kaffe/MESSAGE @@ -1,16 +1,16 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2002/10/13 07:33:27 jlam Exp $ +$NetBSD: MESSAGE,v 1.2 2002/11/12 16:24:29 jschauma Exp $ Before running Kaffe it is necessary to configure the environment. This requires the setting of PATH and LD_LIBRARY_PATH. For the standard installation these would be defined as follows: - PATH=$PATH:/${PREFIX}/java/kaffe/bin - LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${PREFIX}/java/kaffe/lib + PATH=$PATH:/${PREFIX}/bin + LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${PREFIX}/lib Note that you don't have to setup the CLASSPATH - if you do then that's -fine, but if you don't Kaffe will construct a classpath from the Jar and Zip -files it finds in the standard places (the default would be to include all -files in ${PREFIX}/java/kaffe/share/kaffe). +fine, but if you don't Kaffe will construct a classpath from the Jar and +Zip files it finds in the standard places (the default would be to include +all files in ${PREFIX}/share/kaffe). =========================================================================== |