diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-10 12:59:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-10 12:59:36 +0000 |
commit | 744ecfac3352a5a89c9b0731e7782ef6aa337244 (patch) | |
tree | 066489f219d8ac0b5e6eb955366a5d1dd8bb53a7 /mail/mreport | |
parent | 3e9a36d879aec1af280d740a5090d0a51d99b062 (diff) | |
download | ports-744ecfac3352a5a89c9b0731e7782ef6aa337244.tar.gz ports-744ecfac3352a5a89c9b0731e7782ef6aa337244.zip |
Notes
Diffstat (limited to 'mail/mreport')
-rw-r--r-- | mail/mreport/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mreport/Makefile b/mail/mreport/Makefile index 1e51b056c77e..41a029f139e5 100644 --- a/mail/mreport/Makefile +++ b/mail/mreport/Makefile @@ -19,7 +19,7 @@ MAN8= mreport.8 post-patch: @${REINPLACE_CMD} -e "s/^.TH mreport 1/.TH mreport 8/g; s/^.LO 1/.LO 8/g;" \ ${WRKSRC}/mreport.1 - @${REINPLACE_CMD} -E -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: |