freebsd-ports/java/simplicity/files/patch-Simplicity-sh-script
Daichi GOTO 9edb69066e New port added, thanks!
PR:		45275
Submitted by:	Scott Lambert <lambert@lambertfam.org>
2003-06-16 13:37:04 +00:00

15 lines
602 B
Text

--- Simplicity.orig Wed Nov 13 15:07:22 2002
+++ Simplicity Wed Nov 13 15:14:06 2002
@@ -3,10 +3,10 @@
# This script will run Simplicity For Java on a Unix computer.
# Change the next line to the path where you installed Simplicity.
-export SIMPHOME=/home/auser/Simplicity/
+export SIMPHOME=%%%PREFIX%%%/Simplicity/
# Change the next line to the location of the java binary on your machine.
-export JAVABIN=/usr/jdk1.2.2/jre/bin/java
+export JAVABIN=%%%JAVAVM%%%
# On some SCO Unixware machines, the next line should be uncommented
# (remove the #) and the line after it should be removed.