aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-PkgConfig/files
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-11-02 18:15:37 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-11-02 18:15:37 +0000
commit62f10d03f42030c80e920b5160aec24fac271817 (patch)
tree6aa7de41db0c6a2ebbbcfd3b67f75090c3aaf759 /devel/p5-ExtUtils-PkgConfig/files
parentdf3d3d22c3295e682013a761bbd21b3cc06c5e3d (diff)
downloadports-62f10d03f42030c80e920b5160aec24fac271817.tar.gz
ports-62f10d03f42030c80e920b5160aec24fac271817.zip
Notes
Diffstat (limited to 'devel/p5-ExtUtils-PkgConfig/files')
-rw-r--r--devel/p5-ExtUtils-PkgConfig/files/500600-Makefile.PL18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/p5-ExtUtils-PkgConfig/files/500600-Makefile.PL b/devel/p5-ExtUtils-PkgConfig/files/500600-Makefile.PL
new file mode 100644
index 000000000000..6f5ed8f7cd27
--- /dev/null
+++ b/devel/p5-ExtUtils-PkgConfig/files/500600-Makefile.PL
@@ -0,0 +1,18 @@
+--- Makefile.PL.orig Wed Sep 17 08:07:33 2003
++++ Makefile.PL Sun Nov 2 21:13:30 2003
+@@ -45,4 +45,14 @@
+ rpmbuild -ba --define \"_topdir $cwd/rpms\" perl-\$(DISTNAME).spec
+ "
+ }
+-package MAIN;
++sub manifypods {
++ my $self=shift;
++ $self->{MAN3PODS}->{'lib/ExtUtils/PkgConfig.pm'}='$(INST_MAN3DIR)/ExtUtils::PkgConfig.$(MAN3EXT)';
++ $self->SUPER::manifypods(@_);
++}
++sub constants {
++ my $self=shift;
++ $self->{MAN3PODS}->{'lib/ExtUtils/PkgConfig.pm'}='$(INST_MAN3DIR)/ExtUtils::PkgConfig.$(MAN3EXT)';
++ $self->SUPER::constants(@_);
++}
++