mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
11 lines
428 B
Text
11 lines
428 B
Text
--- 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)) {
|