diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-08-11 19:44:06 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-08-11 19:44:06 +0000 |
commit | d487a983a2ee91b99e8494812fc7b33d5a0bd810 (patch) | |
tree | 37ba797347cc04baf7ae479af774aaac80e6211f /java/shujit/files/patch-ac | |
parent | Fix security issue. (diff) |
. Update to 0.8.0 (unbreaks the build on 5.x and 6.x).
. Use %%DOCSDIR%% in the packing list.
. Fix a couple of typos.
Approved by: portmgr (krion)
Notes
Notes:
svn path=/head/; revision=140850
Diffstat (limited to 'java/shujit/files/patch-ac')
-rw-r--r-- | java/shujit/files/patch-ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/shujit/files/patch-ac b/java/shujit/files/patch-ac index 5d4da408dd74..cd41c29d1209 100644 --- a/java/shujit/files/patch-ac +++ b/java/shujit/files/patch-ac @@ -1,10 +1,12 @@ +$FreeBSD$ + --- README 2000/09/23 21:59:50 1.1 +++ README 2000/09/23 21:59:26 @@ -33,6 +33,10 @@ * Run Java applications with JIT compiler. -+Fist you should set LD_LIBRARY_PATH enviropment variable as follows: ++First you should set LD_LIBRARY_PATH environment variable as follows: + + export LD_LIBRARY_PATH=%%PREFIX%%/lib/shujit + |