Index: head/shells/zsh/files/patch-Util_helpfiles =================================================================== --- head/shells/zsh/files/patch-Util_helpfiles (nonexistent) +++ head/shells/zsh/files/patch-Util_helpfiles (revision 491359) @@ -0,0 +1,11 @@ +--- Util/helpfiles.orig 2019-01-27 15:34:43 UTC ++++ Util/helpfiles +@@ -57,7 +57,7 @@ $coltmp = $destdir . '/' . $coltmpbase; + $args = "$manfile >$mantmp"; + unlink($mantmp); + &Info('attempting man ', $args); +-if(system('man ' . $args) || !(-s $mantmp)) { ++if(system('man ./' . $args) || !(-s $mantmp)) { + unlink($mantmp); + &Info('attempting nroff -man ', $args); + if(system('nroff -man ' . $args) || !(-s $mantmp)) { Property changes on: head/shells/zsh/files/patch-Util_helpfiles ___________________________________________________________________ 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