diff options
author | skv <skv@FreeBSD.org> | 2004-03-30 07:36:25 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-03-30 07:36:25 +0000 |
commit | 4e7842ac8b71f71e1294458e604a2ac49be23b4a (patch) | |
tree | 034560540b3fd0178590808da7ec3d2dd901b943 /www/p5-Apache-Test | |
parent | c1f2b71551f9a5c2111a5fb62abb33282e4064e9 (diff) | |
download | FreeBSD-ports-4e7842ac8b71f71e1294458e604a2ac49be23b4a.zip FreeBSD-ports-4e7842ac8b71f71e1294458e604a2ac49be23b4a.tar.gz |
Unbreak build with perl 5.6.x
PR: ports/64909
Submitted by: Mark Cornick <mcornick@isr.umd.edu>
Diffstat (limited to 'www/p5-Apache-Test')
-rw-r--r-- | www/p5-Apache-Test/files/500503-Makefile.PL | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-Apache-Test/files/500503-Makefile.PL b/www/p5-Apache-Test/files/500503-Makefile.PL index 167fc44..e60b2fb 100644 --- a/www/p5-Apache-Test/files/500503-Makefile.PL +++ b/www/p5-Apache-Test/files/500503-Makefile.PL @@ -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/; |