aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Log-Dispatch-Config
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-05-26 13:47:05 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-05-26 13:47:05 +0000
commitcd2ce522153571f63cc0d74982bc18b1f5618ef6 (patch)
treec652c066f38ef68e513afceec8235527ef7d79ed /devel/p5-Log-Dispatch-Config
parente3070b713f17019a275e5cc5046203d0764f6317 (diff)
downloadports-cd2ce522153571f63cc0d74982bc18b1f5618ef6.tar.gz
ports-cd2ce522153571f63cc0d74982bc18b1f5618ef6.zip
- manully set MAN3PODS to install MAN3 on older perl
PR: 80463 Submitted by: leeym Approved by: maintainer-timeout
Notes
Notes: svn path=/head/; revision=136172
Diffstat (limited to 'devel/p5-Log-Dispatch-Config')
-rw-r--r--devel/p5-Log-Dispatch-Config/Makefile6
-rw-r--r--devel/p5-Log-Dispatch-Config/files/patch-Makefile.PL12
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',
++ },
+ );