diff --git a/www/p5-RT-Extension-RepeatTicket2/Makefile b/www/p5-RT-Extension-RepeatTicket2/Makefile index b205122ab5bb..a972bc4036b0 100644 --- a/www/p5-RT-Extension-RepeatTicket2/Makefile +++ b/www/p5-RT-Extension-RepeatTicket2/Makefile @@ -1,45 +1,49 @@ PORTNAME= RT-Extension-RepeatTicket PORTVERSION= 2.02 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- PKGNAMESUFFIX= 2 MAINTAINER= ports@FreeBSD.org COMMENT= RT Extension to repeat tickets base on a schedule WWW= https://metacpan.org/release/RT-Extension-RepeatTicket LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/rt:www/rt${RT_VER} \ p5-DateTime-Event-ICal>0:devel/p5-DateTime-Event-ICal RUN_DEPENDS= ${LOCALBASE}/bin/rt:www/rt${RT_VER} \ p5-DateTime-Event-ICal>0:devel/p5-DateTime-Event-ICal USES= perl5 USE_PERL5= configure NO_ARCH= yes RT_VER= 50 PLIST_SUB= RTHOME=share/rt${RT_VER} +post-patch: + @${REINPLACE_CMD} -e 's|LocalPath/man/man3|LocalPath/share/man/man3|g' ${WRKSRC}/inc/Module/Install/RTx.pm + # Note: You can install using an arbitrary $PREFIX but only if it # matches the $PREFIX used to install www/rt44. Hence ignore # $PREFIX in the environment and inherit settings from RT.pm do-configure: @cd ${CONFIGURE_WRKSRC} && \ unset PREFIX && \ ${SETENV} ${CONFIGURE_ENV} ${PERL5} -I${SITE_PERL} ${CONFIGURE_CMD} && \ ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile post-configure: ${REINPLACE_CMD} "/RTxPlugin/d" ${WRKSRC}/Makefile post-install: ${RM} ${STAGEDIR}${PREFIX}/share/rt${RT_VER}/plugins/RT-Extension-RepeatTicket/lib/RT/Extension/RepeatTicket/Test.pm.in \ ${STAGEDIR}${PREFIX}/share/rt${RT_VER}/plugins/RT-Extension-RepeatTicket/bin/rt-repeat-ticket.in \ ${STAGEDIR}${PREFIX}/man/auto/RT/Extension/RepeatTicket/.packlist* ${RMDIR} -p ${STAGEDIR}${PREFIX}/man/auto/RT/Extension/RepeatTicket 2>/dev/null || : .include diff --git a/www/p5-RT-Extension-RepeatTicket2/pkg-plist b/www/p5-RT-Extension-RepeatTicket2/pkg-plist index 2c42a89d9ccd..29c2cb5e935e 100644 --- a/www/p5-RT-Extension-RepeatTicket2/pkg-plist +++ b/www/p5-RT-Extension-RepeatTicket2/pkg-plist @@ -1,13 +1,13 @@ -man/man3/RT::Extension::RepeatTicket.3.gz +share/man/man3/RT::Extension::RepeatTicket.3.gz %%RTHOME%%/plugins/RT-Extension-RepeatTicket/bin/rt-repeat-ticket %%RTHOME%%/plugins/RT-Extension-RepeatTicket/etc/initialdata %%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Callbacks/RepeatTicket/Elements/Tabs/Privileged %%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Callbacks/RepeatTicket/Ticket/Create.html/AfterBasics %%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Callbacks/RepeatTicket/Ticket/Display.html/BeforeDisplay %%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Callbacks/RepeatTicket/Ticket/Elements/ShowSummary/LeftColumn %%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Ticket/Elements/EditRecurrence %%RTHOME%%/plugins/RT-Extension-RepeatTicket/html/Ticket/ModifyRecurrence.html %%RTHOME%%/plugins/RT-Extension-RepeatTicket/lib/RT/Extension/RepeatTicket.pm %%RTHOME%%/plugins/RT-Extension-RepeatTicket/lib/RT/Extension/RepeatTicket/Test.pm %%RTHOME%%/plugins/RT-Extension-RepeatTicket/po/repeatticket.pot %%RTHOME%%/plugins/RT-Extension-RepeatTicket/static/css/repeat-ticket.css