diff --git a/www/p5-RTx-Calendar/Makefile b/www/p5-RTx-Calendar/Makefile index 59a4c6fcd1fe..253ced86581b 100644 --- a/www/p5-RTx-Calendar/Makefile +++ b/www/p5-RTx-Calendar/Makefile @@ -1,62 +1,64 @@ PORTNAME= RTx-Calendar PORTVERSION= 1.05 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Calendar extension module for the RT ticketing system WWW= https://metacpan.org/release/RTx-Calendar LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/bin/rt:www/rt${RT_VER} \ p5-Data-ICal>0:deskutils/p5-Data-ICal \ p5-Date-ICal>0:devel/p5-Date-ICal \ p5-DateTime-Set>0:devel/p5-DateTime-Set RUN_DEPENDS= ${LOCALBASE}/bin/rt:www/rt${RT_VER} \ p5-Data-ICal>0:deskutils/p5-Data-ICal \ p5-Date-ICal>0:devel/p5-Date-ICal \ p5-DateTime-Set>0:devel/p5-DateTime-Set FLAVORS= rt44 rt50 FLAVOR?= ${FLAVORS:[1]} rt44_PKGNAMEPREFIX= p5-RT44- rt44_CONFLICTS_INSTALL= rt50 rt50_PKGNAMEPREFIX= p5-RT50- rt50_CONFLICTS_INSTALL= rt44 .if ${FLAVOR} == rt44 RT_VER= 44 .elif ${FLAVOR} == rt50 RT_VER= 50 .endif USES= perl5 USE_PERL5= configure NO_ARCH= yes PLIST_SUB+= RTHOME=share/rt${RT_VER} post-patch: @${FIND} ${WRKSRC} -name '*.orig' -delete + @${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/rt{44,50}. 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}/man/auto/RTx/Calendar/.packlist ${RMDIR} -p ${STAGEDIR}${PREFIX}/man/auto/RTx/Calendar 2>/dev/null || : .include diff --git a/www/p5-RTx-Calendar/pkg-plist b/www/p5-RTx-Calendar/pkg-plist index 90243cfb629e..e572918da168 100644 --- a/www/p5-RTx-Calendar/pkg-plist +++ b/www/p5-RTx-Calendar/pkg-plist @@ -1,17 +1,17 @@ -man/man3/RTx::Calendar.3.gz +share/man/man3/RTx::Calendar.3.gz %%RTHOME%%/plugins/RTx-Calendar/etc/tabs_privileged_callback.patch %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Elements/Tabs/Privileged %%RTHOME%%/plugins/RTx-Calendar/html/Elements/CalendarEvent %%RTHOME%%/plugins/RTx-Calendar/html/Elements/MyCalendar %%RTHOME%%/plugins/RTx-Calendar/html/Search/Calendar.html %%RTHOME%%/plugins/RTx-Calendar/lib/RTx/Calendar.pm %%RTHOME%%/plugins/RTx-Calendar/static/css/calendar.css %%RTHOME%%/plugins/RTx-Calendar/static/images/created.png %%RTHOME%%/plugins/RTx-Calendar/static/images/created_due.png %%RTHOME%%/plugins/RTx-Calendar/static/images/due.png %%RTHOME%%/plugins/RTx-Calendar/static/images/reminder.png %%RTHOME%%/plugins/RTx-Calendar/static/images/resolved.png %%RTHOME%%/plugins/RTx-Calendar/static/images/started.png %%RTHOME%%/plugins/RTx-Calendar/static/images/starts.png %%RTHOME%%/plugins/RTx-Calendar/static/images/starts_due.png %%RTHOME%%/plugins/RTx-Calendar/static/images/updated.png