X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=perl%2FMakefile.PL;h=320253eb8e91eb1d914aa4e34f7d3af4649b9b39;hb=81b84bcbe3cc6a29a62fb1a69c68764ad6c0feeb;hp=6aecd897f8fe5b69b1805e94a20c578c10246a4d;hpb=071a8877662974f588dfc0b1ac7df2764b7e0337;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' );