summaryrefslogtreecommitdiff
path: root/audio/muine/files/patch-src-muine.in
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2009-02-09 09:00:01 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2009-02-09 09:00:01 +0000
commitc1f23cd26d8ec0c157abfb1fe1f52b3aaddee6e8 (patch)
tree6bc6e9b8c27f338bda10b7f147eca039dcc7fb74 /audio/muine/files/patch-src-muine.in
parentFix doc build with upcoming mono 2.0.1. (diff)
- Update lang/mono to 2.0.1.
- Also update a bunch of c-sharp ports to their latest version. - Change maintainership to mono@FreeBSD.org. PR: ports/129724 Submitted by: Phillip Neumann, Romain Tartiere (bsd-sharp team)
Notes
Notes: svn path=/head/; revision=227866
Diffstat (limited to 'audio/muine/files/patch-src-muine.in')
-rw-r--r--audio/muine/files/patch-src-muine.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/muine/files/patch-src-muine.in b/audio/muine/files/patch-src-muine.in
deleted file mode 100644
index cfed90dd2ada..000000000000
--- a/audio/muine/files/patch-src-muine.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/muine.in.orig 2007-11-07 20:28:52.000000000 +0000
-+++ src/muine.in 2007-11-07 20:29:06.000000000 +0000
-@@ -1,5 +1,5 @@
--#!/bin/bash
-+#!/bin/sh
-
- export MONO_GAC_PREFIX=$MONO_GAC_PREFIX:@prefix@
-
--exec -a "muine" @mono@ @mono_flags@ @pkglibdir@/@target@ "$@"
-+@mono@ @mono_flags@ @pkglibdir@/@target@ "$@"