diff options
Diffstat (limited to 'sysutils/p5-Schedule-Load/Makefile')
-rw-r--r-- | sysutils/p5-Schedule-Load/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/p5-Schedule-Load/Makefile b/sysutils/p5-Schedule-Load/Makefile index c64b41d7b564..7aec0868c28f 100644 --- a/sysutils/p5-Schedule-Load/Makefile +++ b/sysutils/p5-Schedule-Load/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Schedule-Load -PORTVERSION= 3.002 +PORTVERSION= 3.010 CATEGORIES= sysutils perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Schedule @@ -24,13 +24,16 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN1= rschedule.1 slpolice.1 slchoosed.1 slreportd.1 +MAN1= rschedule.1 slchoosed.1 slpolice.1 slreportd.1 slrsh.1 MAN3= Schedule::Load.3 Schedule::Load::Chooser.3 \ Schedule::Load::FakeReporter.3 Schedule::Load::Hold.3 \ Schedule::Load::Hosts.3 Schedule::Load::Hosts::Host.3 \ Schedule::Load::Hosts::Proc.3 Schedule::Load::Reporter.3 \ Schedule::Load::ResourceReq.3 Schedule::Load::Schedule.3 +post-patch: + @${PERL} -pi -e 's!mv !mv -f ! if $$.==20' ${WRKSRC}/Makefile.PL + post-install: .ifndef(NOPORTDOCS) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" |