mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
pager. Differential Revision: https://reviews.freebsd.org/D2373 With hat: perl@ Sponsored by: Absolight
11 lines
396 B
Perl
11 lines
396 B
Perl
--- lib/Pod/Perldoc/ToMan.pm.orig 2015-02-12 03:08:10 UTC
|
|
+++ lib/Pod/Perldoc/ToMan.pm
|
|
@@ -63,7 +63,7 @@ sub init {
|
|
sub _roffer_candidates {
|
|
my( $self ) = @_;
|
|
|
|
- if( $self->is_openbsd || $self->is_bitrig ) { qw( mandoc groff nroff ) }
|
|
+ if( $self->is_openbsd || $self->is_freebsd || $self->is_bitrig ) { qw( mandoc groff nroff ) }
|
|
else { qw( groff nroff mandoc ) }
|
|
}
|
|
|