diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-02-16 08:33:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-02-16 08:33:22 +0000 |
commit | 7f05c36ddb2f9f17fae44c01a15d8f8dd30646ed (patch) | |
tree | a385db20814b1463eb1a52b12a1b215869116d57 /java/shujit/pkg-message | |
parent | Update distinfo, without bumping portrevision, (diff) |
- Update to 0.7.4;
- use USE_JAVA.
Submitted by: des (USE_JAVA)
Notes
Notes:
svn path=/head/; revision=75642
Diffstat (limited to 'java/shujit/pkg-message')
-rw-r--r-- | java/shujit/pkg-message | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/java/shujit/pkg-message b/java/shujit/pkg-message index 922438d71d54..faf7dc81b29d 100644 --- a/java/shujit/pkg-message +++ b/java/shujit/pkg-message @@ -1,7 +1,11 @@ -************************************************************************* -* -* This port requires the elf jdk. -* A binary aout release is available at -* http://www.shudo.net/jit/dist/ -* -************************************************************************* +To use shujit, set JAVA_COMPILER to 'shujit': + + - if you are using csh or tcsh, add the following line to ~/.cshrc: + +setenv JAVA_COMPILER shujit + + - if you are using sh, bash, zsh or some other Bourne or Korn shell + derivative, add the following line to ~/.profile: + +JAVA_COMPILER=shujit; export JAVA_COMPILER + |