9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
407 B
Perl
11 lines
407 B
Perl
--- Makefile.PL.orig 2003-11-16 07:09:00 UTC
|
|
+++ Makefile.PL
|
|
@@ -77,7 +77,7 @@ sub MY::install {
|
|
my $self = shift;
|
|
my $inherited = $self->SUPER::install(@_);
|
|
my $conf="\t\t\$(INST_SYSCONFDIR) \$(DESTINSTALLSYSCONFDIR)";
|
|
- $inherited =~ s/(^\s*\$\(INST_MAN3DIR\s*.*MAN3DIR\))/$1 \\\n$conf/gm;
|
|
+ $inherited =~ s/(^\s*"?\$\(INST_MAN3DIR\s*.*MAN3DIR\).*$)/$1 \\\n$conf/gm;
|
|
|
|
return $inherited;
|
|
}
|