diff options
author | glewis <glewis@FreeBSD.org> | 2005-08-12 03:44:06 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-08-12 03:44:06 +0800 |
commit | f3e9e3fa755924585d98d2071a9334bddce971e9 (patch) | |
tree | 68f7bfa81a1f8a5e278db7c7ebb4251257eed4b5 /java/shujit/files/patch-ac | |
parent | 56b5fe3384e36fed6e8296a1d1a15bd6f858398e (diff) | |
download | freebsd-ports-graphics-f3e9e3fa755924585d98d2071a9334bddce971e9.tar.gz freebsd-ports-graphics-f3e9e3fa755924585d98d2071a9334bddce971e9.tar.zst freebsd-ports-graphics-f3e9e3fa755924585d98d2071a9334bddce971e9.zip |
. 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)
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 5d4da408dd7..cd41c29d120 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 + |