From 2d0b0475182246d45bc53cb54e110085a17a7113 Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Mon, 8 Jul 2002 15:23:24 +0000 Subject: PERL -> REINPLACE_CMD PR: 39749 Submitted by: Paul Marquis --- devel/bugzilla3/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'devel/bugzilla3') diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index b2068834c5da..eb9ae42e9053 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/Makefile @@ -32,6 +32,8 @@ RUN_DEPENDS+= ${PERL_SITEDIR}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools RUN_DEPENDS+= ${PERL_SITEDIR}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser .endif +USE_REINPLACE= yes + NO_BUILD= yes BINMODE= 700 PKGMESSAGE= ${WRKDIR}/pkg-message @@ -65,11 +67,11 @@ post-patch: @find ${WRKSRC} -name README.docs -type f -exec ${RM} -f {} \; @find ${WRKSRC} -name \*.orig -type f -exec ${RM} -f {} \; .for i in ${BONSAIPERLWC} - @${PERL} -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' \ + @${REINPLACE_CMD} -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' \ ${WRKSRC}/$i .endfor .for i in ${SENDMAILWC} - @${PERL} -pi -e 's@/usr/lib/sendmail@/usr/sbin/sendmail@' \ + @${REINPLACE_CMD} -e 's@/usr/lib/sendmail@/usr/sbin/sendmail@' \ ${WRKSRC}/$i .endfor -- cgit v1.2.3