diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-03-30 07:36:25 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-03-30 07:36:25 +0000 |
commit | b65069e5812c97f229b9f857bbc550510cf2e46e (patch) | |
tree | 30cdad92ae963d17deba94690f76b86075e4a21a /www | |
parent | dcfc221cfc43362f05e71b4945af4ab006286fb4 (diff) | |
download | ports-b65069e5812c97f229b9f857bbc550510cf2e46e.tar.gz ports-b65069e5812c97f229b9f857bbc550510cf2e46e.zip |
Unbreak build with perl 5.6.x
PR: ports/64909
Submitted by: Mark Cornick <mcornick@isr.umd.edu>
Notes
Notes:
svn path=/head/; revision=105679
Diffstat (limited to 'www')
-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 167fc44ae3e5..e60b2fb0d1f1 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/; |