mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Remove unnecessary patches (forgot in previous commit).
Reported by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> (maintainer)
This commit is contained in:
parent
57da3c2f73
commit
094a9a61ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210816
@ -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/;
|
Loading…
Reference in New Issue
Block a user