Unbreak build with perl 5.6.x
PR: ports/64909 Submitted by: Mark Cornick <mcornick@isr.umd.edu>
This commit is contained in:
parent
dcfc221cfc
commit
b65069e581
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105679
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
--- Makefile.PL.orig Tue Jul 29 19:24:18 2003
|
||||
+++ Makefile.PL Tue Jul 29 19:25:42 2003
|
||||
@@ -73,6 +73,11 @@
|
||||
return $string;
|
||||
--- Makefile.PL.orig Thu Feb 19 02:40:23 2004
|
||||
+++ Makefile.PL Mon Mar 29 17:04:32 2004
|
||||
@@ -97,6 +97,11 @@
|
||||
$string;
|
||||
}
|
||||
|
||||
+sub MY::manifypods {
|
||||
|
@ -9,6 +9,6 @@
|
|||
+ $self->{MAN3PODS}->{'lib/Apache/TestConfig.pm'}='$(INST_MAN3DIR)/Apache::TestConfig.$(MAN3EXT)';
|
||||
+ $self->SUPER::manifypods(@_);
|
||||
+}
|
||||
|
||||
sub add_dep {
|
||||
my($string, $targ, $add) = @_;
|
||||
$$string =~ s/($targ\s+::)/$1 $add/;
|
||||
|
|
Loading…
Reference in a new issue