X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=perl%2FMakefile.PL;h=320253eb8e91eb1d914aa4e34f7d3af4649b9b39;hb=78a935d48b28ebf5b1af348d7e57763f2955afd1;hp=6aecd897f8fe5b69b1805e94a20c578c10246a4d;hpb=d794d9e70ebb8c767b04f25c03290ef305cd31ab;p=git.git diff --git a/perl/Makefile.PL b/perl/Makefile.PL index 6aecd897f..320253eb8 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile.PL @@ -17,9 +17,6 @@ if ($@ || $Error::VERSION < 0.15009) { $pm{'private-Error.pm'} = '$(INST_LIBDIR)/Error.pm'; } -my %extra; -$extra{DESTDIR} = $ENV{DESTDIR} if $ENV{DESTDIR}; - # redirect stdout, otherwise the message "Writing perl.mak for Git" # disrupts the output for the target 'instlibdir' open STDOUT, ">&STDERR"; @@ -29,6 +26,5 @@ WriteMakefile( VERSION_FROM => 'Git.pm', PM => \%pm, MAKEFILE => 'perl.mak', - INSTALLSITEMAN3DIR => '$(SITEPREFIX)/share/man/man3', - %extra + INSTALLSITEMAN3DIR => '$(SITEPREFIX)/share/man/man3' );