diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-01-17 08:40:39 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-01-17 08:40:39 +0000 |
commit | c96f09e30335c8914e219ab0f1d827897af06971 (patch) | |
tree | 4f06415b9248163d96d04dda6cf4cf5f61ea81b3 /devel/monodoc | |
parent | 2df8552e14ea8b91cd573af2f8232841b5779e0f (diff) |
Notes
Diffstat (limited to 'devel/monodoc')
-rw-r--r-- | devel/monodoc/files/patch-monodoc.in | 11 |
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 |