summaryrefslogtreecommitdiff
path: root/mail/mreport
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-10 12:59:36 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-10 12:59:36 +0000
commit744ecfac3352a5a89c9b0731e7782ef6aa337244 (patch)
tree066489f219d8ac0b5e6eb955366a5d1dd8bb53a7 /mail/mreport
parentCorrect intl shlib version number. (diff)
CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' in
them when using a non-default compiler/linker, so do not use `/' as delimiter for s///. (I picked `|' instead)
Notes
Notes: svn path=/head/; revision=67737
Diffstat (limited to 'mail/mreport')
-rw-r--r--mail/mreport/Makefile2
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: