aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Apache-Test
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2004-07-20 19:40:54 +0800
committerskv <skv@FreeBSD.org>2004-07-20 19:40:54 +0800
commit315996cafbdd8d0b981e74793df541b06322a4cf (patch)
treed9c8a32388c0bbad8252c304482d89c4d431da95 /www/p5-Apache-Test
parent3a9b5c9c3cd16051b85595fb02a213b198e98f04 (diff)
downloadfreebsd-ports-gnome-315996cafbdd8d0b981e74793df541b06322a4cf.tar.gz
freebsd-ports-gnome-315996cafbdd8d0b981e74793df541b06322a4cf.tar.zst
freebsd-ports-gnome-315996cafbdd8d0b981e74793df541b06322a4cf.zip
Unbreak missed manpage on perl 5.00503
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 {
2008-02-083-32/+11 * - Update to 1.5rafan2007-07-313-16/+17 * - Add Backup MASTER_SITESmiwi2006-12-021-1/+3