aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Test
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-03-30 07:36:25 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-03-30 07:36:25 +0000
commitb65069e5812c97f229b9f857bbc550510cf2e46e (patch)
tree30cdad92ae963d17deba94690f76b86075e4a21a /www/p5-Apache-Test
parentdcfc221cfc43362f05e71b4945af4ab006286fb4 (diff)
downloadports-b65069e5812c97f229b9f857bbc550510cf2e46e.tar.gz
ports-b65069e5812c97f229b9f857bbc550510cf2e46e.zip
Notes
Diffstat (limited to 'www/p5-Apache-Test')
-rw-r--r--www/p5-Apache-Test/files/500503-Makefile.PL10
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/;