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
commit2a51a9cf8f2eb2542c6750dc4b82f771d7c097a4 (patch)
tree97119fe5444097105457f65a19f1f4ba834a5085 /lang
parentbb9ae10bd4337ab7df301c52b2a219a3c0ceb2ee (diff)
downloadpkgsrc-2a51a9cf8f2eb2542c6750dc4b82f771d7c097a4.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