summaryrefslogtreecommitdiff
path: root/java/simplicity/files/patch-Simplicity-sh-script
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-06-16 13:37:04 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-06-16 13:37:04 +0000
commit9edb69066ebadb77f0e660340069a19b175af658 (patch)
tree080249af122a5df9e449ef009e1f05f262254457 /java/simplicity/files/patch-Simplicity-sh-script
parentUpdate to 2.15. (diff)
New port added, thanks!
PR: 45275 Submitted by: Scott Lambert <lambert@lambertfam.org>
Notes
Notes: svn path=/head/; revision=83104
Diffstat (limited to 'java/simplicity/files/patch-Simplicity-sh-script')
-rw-r--r--java/simplicity/files/patch-Simplicity-sh-script15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/simplicity/files/patch-Simplicity-sh-script b/java/simplicity/files/patch-Simplicity-sh-script
new file mode 100644
index 000000000000..63f8dd79111c
--- /dev/null
+++ b/java/simplicity/files/patch-Simplicity-sh-script
@@ -0,0 +1,15 @@
+--- 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.