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-RTx-Calendar/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'www/p5-RTx-Calendar') 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 -- cgit