diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-05-26 13:47:05 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-05-26 13:47:05 +0000 |
commit | cd2ce522153571f63cc0d74982bc18b1f5618ef6 (patch) | |
tree | c652c066f38ef68e513afceec8235527ef7d79ed /devel/p5-Log-Dispatch-Config | |
parent | e3070b713f17019a275e5cc5046203d0764f6317 (diff) | |
download | ports-cd2ce522153571f63cc0d74982bc18b1f5618ef6.tar.gz ports-cd2ce522153571f63cc0d74982bc18b1f5618ef6.zip |
Notes
Diffstat (limited to 'devel/p5-Log-Dispatch-Config')
-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', ++ }, + ); |