aboutsummaryrefslogtreecommitdiff
path: root/mail/mreport
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 13:54:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 13:54:17 +0000
commit89397c9e12190f67769e6e1b131e037c95ba8c2a (patch)
tree8280858b5a7f5a7c2ff10fb88e9a3cf18afd9ea1 /mail/mreport
parent27155ebe5ab234db6668cd0e841559cd24ea47ad (diff)
downloadports-89397c9e12190f67769e6e1b131e037c95ba8c2a.tar.gz
ports-89397c9e12190f67769e6e1b131e037c95ba8c2a.zip
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39652 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=61733
Diffstat (limited to 'mail/mreport')
-rw-r--r--mail/mreport/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mreport/Makefile b/mail/mreport/Makefile
index edf00954fc63..1e51b056c77e 100644
--- a/mail/mreport/Makefile
+++ b/mail/mreport/Makefile
@@ -12,13 +12,14 @@ MASTER_SITES= ftp://ftp.datrix.co.za/pub/mreport/
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
ALL_TARGET= ALL
MAN8= mreport.8
post-patch:
- ${PERL} -pi -e "s/^.TH mreport 1/.TH mreport 8/g; s/^.LO 1/.LO 8/g;" \
+ @${REINPLACE_CMD} -e "s/^.TH mreport 1/.TH mreport 8/g; s/^.LO 1/.LO 8/g;" \
${WRKSRC}/mreport.1
- ${PERL} -pi -e "s/^CC.+//g; s/-Wall -c -O2/${CFLAGS} -c/g;" \
+ @${REINPLACE_CMD} -E -e "s/^CC.+//g; s/-Wall -c -O2/${CFLAGS} -c/g;" \
${WRKSRC}/Makefile
do-install: