summaryrefslogtreecommitdiffstats
path: root/mail/cclient
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2002-11-06 13:27:06 +0000
committeranders <anders@FreeBSD.org>2002-11-06 13:27:06 +0000
commit5033e88e258b536123809c45c450ff83bfb37c8a (patch)
treee8a6d6bb212f5e65829488bc0431be6c48d097ce /mail/cclient
parent635629813380d8fc1fab6bd6a3c04cdd6d5d2d5a (diff)
downloadFreeBSD-ports-5033e88e258b536123809c45c450ff83bfb37c8a.zip
FreeBSD-ports-5033e88e258b536123809c45c450ff83bfb37c8a.tar.gz
Don't use REINPLACE_CMD -ne.
Pointy hat to: edwin
Diffstat (limited to 'mail/cclient')
-rw-r--r--mail/cclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile
index 16b52b8..074c2bb 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:
OpenPOWER on IntegriCloud