aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Test
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-07-20 11:40:54 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-07-20 11:40:54 +0000
commit38a1453c27812995590028deb0f488ba7cd8e78f (patch)
tree0a31a82d9ea215190ad86368c7dc770a5a13f97b /www/p5-Apache-Test
parentc41d75626a68d82cb0cce81382a877e739b5a650 (diff)
downloadports-38a1453c27812995590028deb0f488ba7cd8e78f.tar.gz
ports-38a1453c27812995590028deb0f488ba7cd8e78f.zip
Notes
Diffstat (limited to 'www/p5-Apache-Test')
-rw-r--r--www/p5-Apache-Test/files/500503-Makefile.PL7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-Apache-Test/files/500503-Makefile.PL b/www/p5-Apache-Test/files/500503-Makefile.PL
index e60b2fb0d1f1..82f6cc139c65 100644
--- a/www/p5-Apache-Test/files/500503-Makefile.PL
+++ b/www/p5-Apache-Test/files/500503-Makefile.PL
@@ -1,12 +1,13 @@
---- Makefile.PL.orig Thu Feb 19 02:40:23 2004
-+++ Makefile.PL Mon Mar 29 17:04:32 2004
-@@ -97,6 +97,11 @@
+--- Makefile.PL.orig Wed Feb 18 23:24:44 2004
++++ Makefile.PL Tue Jul 20 15:40:48 2004
+@@ -97,6 +97,12 @@
$string;
}
+sub MY::manifypods {
+ package MY; my $self=shift;
+ $self->{MAN3PODS}->{'lib/Apache/TestConfig.pm'}='$(INST_MAN3DIR)/Apache::TestConfig.$(MAN3EXT)';
++ $self->{MAN3PODS}->{'lib/Apache/TestConfigData.pm'}='$(INST_MAN3DIR)/Apache::TestConfigData.$(MAN3EXT)';
+ $self->SUPER::manifypods(@_);
+}
sub add_dep {