aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authornemoliu <nemoliu@FreeBSD.org>2008-04-24 21:30:32 +0800
committernemoliu <nemoliu@FreeBSD.org>2008-04-24 21:30:32 +0800
commitc70eb904ab0febfafd6fd4b328cafe3fd36fea29 (patch)
treee62bccb7b77e2021f965b301934f51809c444fec /lang
parent03b33e435081c6531bd6490325ecda639b1b4b80 (diff)
downloadfreebsd-ports-gnome-c70eb904ab0febfafd6fd4b328cafe3fd36fea29.tar.gz
freebsd-ports-gnome-c70eb904ab0febfafd6fd4b328cafe3fd36fea29.tar.zst
freebsd-ports-gnome-c70eb904ab0febfafd6fd4b328cafe3fd36fea29.zip
- remove useless patch
Approved by: delphij (mentor,implicit)
Diffstat (limited to 'lang')
-rw-r--r--lang/jruby/files/patch-jrubyc18
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/jruby/files/patch-jrubyc b/lang/jruby/files/patch-jrubyc
deleted file mode 100644
index 1ff862d24cfa..000000000000
--- a/lang/jruby/files/patch-jrubyc
+++ /dev/null
@@ -1,18 +0,0 @@
---- bin/jrubyc.orig 2007-08-21 19:06:20.355621590 +0800
-+++ bin/jrubyc 2007-08-21 19:08:23.020781206 +0800
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/usr/bin/env bash
- # -----------------------------------------------------------------------------
- # jruby.sh - Start Script for the JRuby interpreter
- #
-@@ -27,6 +27,9 @@
-
- # ----- Verify and Set Required Environment Variables -------------------------
-
-+JAVA_HOME=%%JAVA_HOME%%
-+JRUBY_HOME=%%JRUBY_HOME%%
-+
- if [ -z "$JRUBY_HOME" ] ; then
- ## resolve links - $0 may be a link to home
- PRG=$0