From b9fe5b54a5af2021e56d0e81258441a415a6b945 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 19 Dec 2008 22:16:18 +0000 Subject: - Fix build Submitted by: maintainer via private mail Reported by: ionbot --- www/p5-RT-Extension-LDAPImport/Makefile | 11 +++++++++-- www/p5-RT-Extension-SLA/Makefile | 8 ++++++-- www/p5-RTx-Calendar/Makefile | 8 +++++--- www/p5-RTx-RightsMatrix/Makefile | 8 +++++--- www/p5-RTx-Shredder/Makefile | 8 +++++--- 5 files changed, 30 insertions(+), 13 deletions(-) diff --git a/www/p5-RT-Extension-LDAPImport/Makefile b/www/p5-RT-Extension-LDAPImport/Makefile index e4c85bdae379..028de5b7495c 100644 --- a/www/p5-RT-Extension-LDAPImport/Makefile +++ b/www/p5-RT-Extension-LDAPImport/Makefile @@ -27,9 +27,16 @@ CONFIGURE_ENV+= RTHOME=${PREFIX}/${RTHOME} MAN3= RT::Extension::LDAPImport.3 -# Don't use normal CONFIGURE_ARGS +post-patch: + @${REINPLACE_CMD} -e 's,/opt/rt3/lib,${PREFIX}/${RTHOME}/lib,' \ + ${WRKSRC}/bin/rtldapimport + +# Don't use normal CONFIGURE_ARGS. Disable doc_?????_indstall targets to +# suppress installing perllocal.pod. This duplicates code from bsd.perl.mk +# rather undesirably. do-configure: @cd ${CONFIGURE_WRKSRC} && \ - ${SETENV} ${CONFIGURE_ENV} ${PERL5} ./${CONFIGURE_SCRIPT} + ${SETENV} ${CONFIGURE_ENV} ${PERL5} ./${CONFIGURE_SCRIPT} && \ + ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile .include diff --git a/www/p5-RT-Extension-SLA/Makefile b/www/p5-RT-Extension-SLA/Makefile index 56ad92866698..2dd9bc73b88a 100644 --- a/www/p5-RT-Extension-SLA/Makefile +++ b/www/p5-RT-Extension-SLA/Makefile @@ -31,9 +31,13 @@ MAN3= RT::Action::SLA_SetDefault.3 \ RT::Condition::SLA_RequireStartsSet.3 RT::Queue_SLA.3 \ RT::Action::SLA_SetStarts.3 RT::Action::SLA.3 -# Don't use normal CONFIGURE_ARGS +# Don't use normal CONFIGURE_ARGS. Disable doc_?????_indstall targets to +# suppress installing perllocal.pod. This duplicates code from bsd.perl.mk +# rather undesirably. do-configure: @cd ${CONFIGURE_WRKSRC} && \ - ${SETENV} ${CONFIGURE_ENV} ${PERL5} ./${CONFIGURE_SCRIPT} + ${SETENV} ${CONFIGURE_ENV} ${PERL5} ./${CONFIGURE_SCRIPT} && \ + ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile + .include diff --git a/www/p5-RTx-Calendar/Makefile b/www/p5-RTx-Calendar/Makefile index 04b8db354e28..42699811e6e9 100644 --- a/www/p5-RTx-Calendar/Makefile +++ b/www/p5-RTx-Calendar/Makefile @@ -29,10 +29,12 @@ CONFIGURE_ENV+= RTHOME=${PREFIX}/${RTHOME} MAN3PREFIX= ${PREFIX}/${RTHOME}/local MAN3= RTx::Calendar.3 -# Don't use normal CONFIGURE_ARGS +# Don't use normal CONFIGURE_ARGS. Disable doc_?????_indstall targets to +# suppress installing perllocal.pod. This duplicates code from bsd.perl.mk +# rather undesirably. do-configure: @cd ${CONFIGURE_WRKSRC} && \ - ${SETENV} ${CONFIGURE_ENV} \ - ${PERL5} ./${CONFIGURE_SCRIPT} + ${SETENV} ${CONFIGURE_ENV} ${PERL5} ./${CONFIGURE_SCRIPT} && \ + ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile .include diff --git a/www/p5-RTx-RightsMatrix/Makefile b/www/p5-RTx-RightsMatrix/Makefile index 8d593cfe2481..8843e85d2389 100644 --- a/www/p5-RTx-RightsMatrix/Makefile +++ b/www/p5-RTx-RightsMatrix/Makefile @@ -28,10 +28,12 @@ MAN3= RTx::RightsMatrix::RolePrincipal.3 \ RTx::RightsMatrix::Util.3 \ RTx::RightsMatrix.3 -# Don't use normal CONFIGURE_ARGS +# Don't use normal CONFIGURE_ARGS. Disable doc_?????_indstall targets to +# suppress installing perllocal.pod. This duplicates code from bsd.perl.mk +# rather undesirably. do-configure: @cd ${CONFIGURE_WRKSRC} && \ - ${SETENV} ${CONFIGURE_ENV} \ - ${PERL5} ./${CONFIGURE_SCRIPT} + ${SETENV} ${CONFIGURE_ENV} ${PERL5} ./${CONFIGURE_SCRIPT} && \ + ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile .include diff --git a/www/p5-RTx-Shredder/Makefile b/www/p5-RTx-Shredder/Makefile index eeb20d7f101a..297162366e4d 100644 --- a/www/p5-RTx-Shredder/Makefile +++ b/www/p5-RTx-Shredder/Makefile @@ -37,10 +37,12 @@ MAN3= RTx::Shredder::Plugin::Base.3 \ RTx::Shredder::Plugin::Users.3 \ RTx::Shredder::Plugin::Objects.3 -# Don't use normal CONFIGURE_ARGS +# Don't use normal CONFIGURE_ARGS. Disable doc_?????_indstall targets to +# suppress installing perllocal.pod. This duplicates code from bsd.perl.mk +# rather undesirably. do-configure: @cd ${CONFIGURE_WRKSRC} && \ - ${SETENV} ${CONFIGURE_ENV} \ - ${PERL5} ./${CONFIGURE_SCRIPT} + ${SETENV} ${CONFIGURE_ENV} ${PERL5} ./${CONFIGURE_SCRIPT} && \ + ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile .include -- cgit tion> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats