aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authortmclaugh <tmclaugh@FreeBSD.org>2006-01-17 16:40:39 +0800
committertmclaugh <tmclaugh@FreeBSD.org>2006-01-17 16:40:39 +0800
commitcdca340638d390073a27bddce2782af467090f4c (patch)
tree1f8980888c46096cb4a58c6126c3d22a06e475bc /devel
parente0ce7422c2bf48f8377fbf4da885933058a780c2 (diff)
downloadfreebsd-ports-gnome-cdca340638d390073a27bddce2782af467090f4c.tar.gz
freebsd-ports-gnome-cdca340638d390073a27bddce2782af467090f4c.tar.zst
freebsd-ports-gnome-cdca340638d390073a27bddce2782af467090f4c.zip
Remove spurious patch file. This monodoc startup script is not the one
that is installed.
Diffstat (limited to 'devel')
-rw-r--r--devel/monodoc/files/patch-monodoc.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/monodoc/files/patch-monodoc.in b/devel/monodoc/files/patch-monodoc.in
deleted file mode 100644
index 487a20290697..000000000000
--- a/devel/monodoc/files/patch-monodoc.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- monodoc.in.orig Sun May 1 13:48:01 2005
-+++ monodoc.in Mon Dec 5 21:50:59 2005
-@@ -82,7 +82,7 @@
- fi
-
- if test -e $monodocdir/browser.exe; then
-- exec mono --debug $monodocdir/browser.exe $OPTIONS "$@" $REST
-+ exec mono --debug $monodocdir/browser.exe --no-gecko $OPTIONS "$@" $REST
- else
- echo "The monodoc GUI component is not installed. Install it from the mono-tools package."
- fi