diff options
Diffstat (limited to 'mail/mreport/Makefile')
-rw-r--r-- | mail/mreport/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mreport/Makefile b/mail/mreport/Makefile index edf0095..1e51b05 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: |