diff --git a/ports-mgmt/portcheckout/files/patch-ac b/ports-mgmt/portcheckout/files/patch-ac new file mode 100644 index 000000000000..9e90db227aa1 --- /dev/null +++ b/ports-mgmt/portcheckout/files/patch-ac @@ -0,0 +1,11 @@ +--- portcheckout.pl 2011/12/12 09:40:17 1.1 ++++ portcheckout.pl 2011/12/12 09:40:29 +@@ -182,7 +182,7 @@ + # print manual page to stdout + sub help { + $ENV{'PAGER'} = 'cat'; +- exec pod2text, $0; ++ exec "pod2text", $0; + exit 2; + } +