summaryrefslogtreecommitdiff
path: root/lang/kaffe/MESSAGE
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-13 07:33:27 +0000
committerjlam <jlam@pkgsrc.org>2002-10-13 07:33:27 +0000
commit2349ec912a94cb4d9ecc900d79db6547d133af45 (patch)
tree6309f6b21710c04403fc4b18fbfe4b177870013a /lang/kaffe/MESSAGE
parentb24f715c509211e8814179fd8529b8d28f7fd6e1 (diff)
downloadpkgsrc-2349ec912a94cb4d9ecc900d79db6547d133af45.tar.gz
* Use buildlink2.
* Build the kaffe package with PREFIX=${LOCALBASE}/java/kaffe and adjust the PLIST accordingly. This is to make the Java VM packages consistently return JAVA_HOME from `pkg_info -qp <jvm-pkg>'. * License file was wrongly being installed as ${PREFIX}/share. * Separate out last half of DESCR into a more appropriate MESSAGE file.
Diffstat (limited to 'lang/kaffe/MESSAGE')
-rw-r--r--lang/kaffe/MESSAGE16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/kaffe/MESSAGE b/lang/kaffe/MESSAGE
new file mode 100644
index 00000000000..ec45667332b
--- /dev/null
+++ b/lang/kaffe/MESSAGE
@@ -0,0 +1,16 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2002/10/13 07:33:27 jlam 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
+
+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).
+
+===========================================================================