summaryrefslogtreecommitdiff
path: root/lang/kaffe
diff options
context:
space:
mode:
authormason <mason@pkgsrc.org>2003-04-14 18:23:48 +0000
committermason <mason@pkgsrc.org>2003-04-14 18:23:48 +0000
commitce1cf04344cbe21fab72dd32c4420d3a0c63c02c (patch)
tree97119fe5444097105457f65a19f1f4ba834a5085 /lang/kaffe
parent34def2d6b0f8ea764f730b39467078f627372425 (diff)
downloadpkgsrc-ce1cf04344cbe21fab72dd32c4420d3a0c63c02c.tar.gz
expands with an extra slash by default - incorrect
Diffstat (limited to 'lang/kaffe')
-rw-r--r--lang/kaffe/MESSAGE4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/kaffe/MESSAGE b/lang/kaffe/MESSAGE
index 5aed4d6cf42..99c81aa48d3 100644
--- a/lang/kaffe/MESSAGE
+++ b/lang/kaffe/MESSAGE
@@ -1,11 +1,11 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/11/12 16:24:29 jschauma Exp $
+$NetBSD: MESSAGE,v 1.3 2003/04/14 18:23:48 mason 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}/bin
+ 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