summaryrefslogtreecommitdiff
path: root/java/bugseeker/files
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
commitb1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch)
treede86c8c77ebfec33fb4888f702c1c1fc593cce83 /java/bugseeker/files
parent- update for cairo release (diff)
Remove expired ports
Notes
Notes: svn path=/head/; revision=147349
Diffstat (limited to 'java/bugseeker/files')
-rw-r--r--java/bugseeker/files/patch-aa36
1 files changed, 0 insertions, 36 deletions
diff --git a/java/bugseeker/files/patch-aa b/java/bugseeker/files/patch-aa
deleted file mode 100644
index be00a75c8e11..000000000000
--- a/java/bugseeker/files/patch-aa
+++ /dev/null
@@ -1,36 +0,0 @@
---- bin/bugseeker2.sh.orig Sun Oct 22 01:20:38 2000
-+++ bin/bugseeker2.sh Thu Jun 21 19:40:14 2001
-@@ -2,22 +2,15 @@
- #
- # BugSeeker for Java 2 Startup Script
- # ============================================================================
--# For Linux, Solaris, Unix
--#
--# Please customize this script by following the five simple configuration
--# steps listed below
--# ----------------------------------------------------------------------------
-+# For FreeBSD
-
- # Step 1:
- # =======
- # Specify the JAVA_HOME for this script. JAVA_HOME should refer to the
- # home location where your system's Java Development Kit is installed
--# For instance, the supplied example assumes the JDK is installed at
--# /usr/java
- # ----------------------------------------------------------------------------
-
--JAVA_HOME=/usr/java
--#JAVA_HOME=/usr/j2se # Solaris JDK 1.3
-+JAVA_HOME=%%JAVA_HOME%%
-
- # Step 2:
- # =======
-@@ -26,7 +19,7 @@
- # system.
- # ----------------------------------------------------------------------------
-
--BUGSEEKER2_HOME=/usr/local/bugseeker2
-+BUGSEEKER2_HOME=%%TARGET_DIR%%
-
- # Step 3:
- # =======