summaryrefslogtreecommitdiff
path: root/math/javaview/files/patch-bin-javaview
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
commit8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch)
tree7842527232644d8f0fc76639a38e9596a910d381 /math/javaview/files/patch-bin-javaview
parentConvert to USES=libtool and add INSTALL_TARGET=install-strip (diff)
Remove non staged ports without pending PR from ma*
Notes
Notes: svn path=/head/; revision=366959
Diffstat (limited to 'math/javaview/files/patch-bin-javaview')
-rw-r--r--math/javaview/files/patch-bin-javaview23
1 files changed, 0 insertions, 23 deletions
diff --git a/math/javaview/files/patch-bin-javaview b/math/javaview/files/patch-bin-javaview
deleted file mode 100644
index 9345034bb9ab..000000000000
--- a/math/javaview/files/patch-bin-javaview
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- bin/javaview Wed Jul 6 23:56:31 2005
-+++ bin/javaview.port Thu Jul 7 00:00:57 2005
-@@ -28,7 +28,7 @@
-
- ## The following directory must contain the java executable "java".
- ## It may be empty or commented out if "java" is found via your PATH variable.
--#JAVA_HOME=/usr/bin
-+JAVA_HOME=%%JAVA_HOME%%
-
- ## Remove the comment char '#' from the line below (keep the underscore!),
- ## if you experience VERY slow performance of JavaView
-@@ -38,7 +38,7 @@
- ## The following directory is the base of your JavaView installation.
- ## Default setting: Location of this script then one directory back up.
- ## You may set it to an absolute path like "/homes/myself/JavaView".
--JAVAVIEW_HOME=`dirname $0`/..
-+JAVAVIEW_HOME=%%DATADIR%%
-
- ## The following directory contains the files "javaview.jar",
- ## and optionally "jvx.jar" and "vgpapp.jar".