Index: head/graphics/graphviz/files/patch-plugin_xlib_vimdot.sh =================================================================== --- head/graphics/graphviz/files/patch-plugin_xlib_vimdot.sh (nonexistent) +++ head/graphics/graphviz/files/patch-plugin_xlib_vimdot.sh (revision 424356) @@ -0,0 +1,20 @@ +--- plugin/xlib/vimdot.sh.orig 2016-09-26 23:00:07 UTC ++++ plugin/xlib/vimdot.sh +@@ -3,7 +3,7 @@ + + error() { echo "$0: $*" >&2; exit 1; } + +-editor="/usr/bin/vim" ++editor="/usr/local/bin/vim" + + if ! test -x "$editor"; then error "the \"$editor\" editor not found or not executable"; fi + +@@ -23,7 +23,7 @@ digraph G { + + vim [href="http://www.vim.org/"] + dot [href="http://www.graphviz.org/"] +- vimdot [href="file:///usr/bin/vimdot"] ++ vimdot [href="file:///usr/local/bin/vimdot"] + + {vim dot} -> vimdot + } Property changes on: head/graphics/graphviz/files/patch-plugin_xlib_vimdot.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property