aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Test
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-04-08 04:02:16 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-04-08 04:02:16 +0000
commit094a9a61ff427a841912ea77354c05354fae02ab (patch)
tree7c86278fb1607276a06be8f00de9352329057e52 /www/p5-Apache-Test
parent57da3c2f730dde4456d13c7e6595ac0f18b1c498 (diff)
downloadports-094a9a61ff427a841912ea77354c05354fae02ab.tar.gz
ports-094a9a61ff427a841912ea77354c05354fae02ab.zip
- Remove unnecessary patches (forgot in previous commit).
Reported by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> (maintainer)
Notes
Notes: svn path=/head/; revision=210816
Diffstat (limited to 'www/p5-Apache-Test')
-rw-r--r--www/p5-Apache-Test/files/500503-Makefile.PL15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/p5-Apache-Test/files/500503-Makefile.PL b/www/p5-Apache-Test/files/500503-Makefile.PL
deleted file mode 100644
index 82f6cc139c65..000000000000
--- a/www/p5-Apache-Test/files/500503-Makefile.PL
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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 {
- my($string, $targ, $add) = @_;
- $$string =~ s/($targ\s+::)/$1 $add/;