diff options
author | leeym <leeym@FreeBSD.org> | 2005-05-26 21:47:05 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-05-26 21:47:05 +0800 |
commit | eebde948d1f6f58bb77aa66134061ce407da9cca (patch) | |
tree | b7b17c24d9fe64dceda0ae51312e7d153890f3af /devel | |
parent | 0dcd58979d9115227be65f38b7017958af3b4381 (diff) | |
download | freebsd-ports-gnome-eebde948d1f6f58bb77aa66134061ce407da9cca.tar.gz freebsd-ports-gnome-eebde948d1f6f58bb77aa66134061ce407da9cca.tar.zst freebsd-ports-gnome-eebde948d1f6f58bb77aa66134061ce407da9cca.zip |
- manully set MAN3PODS to install MAN3 on older perl
PR: 80463
Submitted by: leeym
Approved by: maintainer-timeout
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Log-Dispatch-Config/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-Config/files/patch-Makefile.PL | 12 |
2 files changed, 14 insertions, 4 deletions
diff --git a/devel/p5-Log-Dispatch-Config/Makefile b/devel/p5-Log-Dispatch-Config/Makefile index ca487c601c9f..e3c8a3feb82a 100644 --- a/devel/p5-Log-Dispatch-Config/Makefile +++ b/devel/p5-Log-Dispatch-Config/Makefile @@ -26,13 +26,11 @@ PM_DEPENDS+= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} > 500800 MAN3= Log::Dispatch::Config.3 \ Log::Dispatch::Configurator.3 \ Log::Dispatch::Configurator::AppConfig.3 -.endif + +.include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 PM_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp diff --git a/devel/p5-Log-Dispatch-Config/files/patch-Makefile.PL b/devel/p5-Log-Dispatch-Config/files/patch-Makefile.PL new file mode 100644 index 000000000000..43ea9c50e435 --- /dev/null +++ b/devel/p5-Log-Dispatch-Config/files/patch-Makefile.PL @@ -0,0 +1,12 @@ +--- Makefile.PL.orig Sat Apr 30 01:18:38 2005 ++++ Makefile.PL Sat Apr 30 01:20:53 2005 +@@ -23,4 +23,9 @@ + IO::Scalar => 0, + File::Temp => 0.12, + }, ++ 'MAN3PODS' => { ++ 'lib/Log/Dispatch/Config.pm' => 'blib/man3/Log::Dispatch::Config.3', ++ 'lib/Log/Dispatch/Configurator.pm' => 'blib/man3/Log::Dispatch::Configurator.3', ++ 'lib/Log/Dispatch/Configurator/AppConfig.pm' => 'blib/man3/Log::Dispatch::Configurator::AppConfig.3', ++ }, + ); |