summaryrefslogtreecommitdiff
path: root/devel/bugzilla3
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2002-07-08 15:23:24 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2002-07-08 15:23:24 +0000
commit2d0b0475182246d45bc53cb54e110085a17a7113 (patch)
tree5970dfd9927fd07cff29e943f7e7eaabb98dfe93 /devel/bugzilla3
parentRename patch file for consistency. (diff)
PERL -> REINPLACE_CMD
PR: 39749 Submitted by: Paul Marquis <pmarquis@pobox.com>
Notes
Notes: svn path=/head/; revision=62659
Diffstat (limited to 'devel/bugzilla3')
-rw-r--r--devel/bugzilla3/Makefile6
1 files changed, 4 insertions, 2 deletions
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