summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authormason <mason>2003-04-14 18:23:48 +0000
committermason <mason>2003-04-14 18:23:48 +0000
commitc7c0f07ae623735cdfc7618e17f2ae2fd82c2720 (patch)
tree97119fe5444097105457f65a19f1f4ba834a5085 /lang
parent0db5f3a4f7692d5d34e088b7bccd68dc4a99112e (diff)
downloadpkgsrc-c7c0f07ae623735cdfc7618e17f2ae2fd82c2720.tar.gz
expands with an extra slash by default - incorrect
Diffstat (limited to 'lang')
-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