summaryrefslogtreecommitdiff
path: root/lang/jdk/pkg
diff options
context:
space:
mode:
authorwiz <wiz>2001-01-29 11:34:21 +0000
committerwiz <wiz>2001-01-29 11:34:21 +0000
commit3ce638ed02adf3649ce7b39076071ccb64529784 (patch)
tree86f14acd24842161759a420487862022044c2b4b /lang/jdk/pkg
parent33d3218590bab0dca7122812c6edc6f6b124689f (diff)
downloadpkgsrc-3ce638ed02adf3649ce7b39076071ccb64529784.tar.gz
Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
Diffstat (limited to 'lang/jdk/pkg')
-rw-r--r--lang/jdk/pkg/MESSAGE13
1 files changed, 9 insertions, 4 deletions
diff --git a/lang/jdk/pkg/MESSAGE b/lang/jdk/pkg/MESSAGE
index 388248f5acc..49b9fb04ec5 100644
--- a/lang/jdk/pkg/MESSAGE
+++ b/lang/jdk/pkg/MESSAGE
@@ -1,8 +1,13 @@
-You may want to read @JDK_HOME@/README for details about running
+======================================================================
+$NetBSD: MESSAGE,v 1.3 2001/01/29 11:34:30 wiz Exp $
+
+You may want to read ${JDK_HOME}/README for details about running
this jdk. In a nutshell you may want to set the following in your
shell environment:
- CLASSPATH to @JDK_HOME@/lib/classes.zip:.
- JAVA_HOME to @JDK_HOME@
+ CLASSPATH to ${JDK_HOME}/lib/classes.zip:.
+ JAVA_HOME to ${JDK_HOME}
+
+and add ${JDK_HOME}/bin to your ${PATH}.
-and add @JDK_HOME@/bin to your ${PATH}.
+======================================================================