summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-11-06 13:27:06 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-11-06 13:27:06 +0000
commita80cb50ea1091bf3eb8b582bf422da7a081e2e70 (patch)
tree7592423c3465eb991ecd7fe74b1987c265eaf113 /mail
parentUpdate MASTER_SITES (diff)
Don't use REINPLACE_CMD -ne.
Pointy hat to: edwin
Notes
Notes: svn path=/head/; revision=69580
Diffstat (limited to 'mail')
-rw-r--r--mail/cclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile
index 16b52b883092..074c2bb00a88 100644
--- a/mail/cclient/Makefile
+++ b/mail/cclient/Makefile
@@ -46,7 +46,7 @@ SHLIBNAME= lib${SHLIBBASE}.so.${SHLIBMAJ}.0
post-patch:
.for file in ${PREFIX_FIX_FILES}
- @${REINPLACE_CMD} -ne "s!/usr/local!${PREFIX}!g" ${WRKSRC}/${file}
+ @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" ${WRKSRC}/${file}
.endfor
post-configure: