summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-07-10 17:42:38 +0000
committermarkm <markm@FreeBSD.org>2000-07-10 17:42:38 +0000
commit2f033fa84f85aa65bb86d97f4eb14318213860d0 (patch)
tree2aac15c406f56c6a1b69519b7a04380617564d37 /contrib
parentadaba3e9da30c0606780e6b487c82590c7b19d99 (diff)
downloadFreeBSD-src-2f033fa84f85aa65bb86d97f4eb14318213860d0.zip
FreeBSD-src-2f033fa84f85aa65bb86d97f4eb14318213860d0.tar.gz
Find pod2man in the right place.
Submitted by: aDe (Amongst others).
Diffstat (limited to 'contrib')
-rw-r--r--contrib/perl5/lib/ExtUtils/MM_Unix.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/perl5/lib/ExtUtils/MM_Unix.pm b/contrib/perl5/lib/ExtUtils/MM_Unix.pm
index cbe710d..891c533 100644
--- a/contrib/perl5/lib/ExtUtils/MM_Unix.pm
+++ b/contrib/perl5/lib/ExtUtils/MM_Unix.pm
@@ -1353,7 +1353,7 @@ sub htmlifypods {
if (defined $self->{PERL_SRC}) {
$pod2html_exe = $self->catfile($self->{PERL_SRC},'pod','pod2html');
} else {
- $pod2html_exe = $self->catfile($Config{scriptdirexp},'pod2html');
+ $pod2html_exe = $self->catfile($Config{bin},'pod2html');
}
unless ($pod2html_exe = $self->perl_script($pod2html_exe)) {
# No pod2html but some HTMLxxxPODS to be installed
@@ -2608,7 +2608,7 @@ sub manifypods {
if (defined $self->{PERL_SRC}) {
$pod2man_exe = $self->catfile($self->{PERL_SRC},'pod','pod2man');
} else {
- $pod2man_exe = $self->catfile($Config{scriptdirexp},'pod2man');
+ $pod2man_exe = $self->catfile($Config{bin},'pod2man');
}
unless ($pod2man_exe = $self->perl_script($pod2man_exe)) {
# Maybe a build by uninstalled Perl?
OpenPOWER on IntegriCloud