diff options
author | anders <anders@FreeBSD.org> | 2002-11-06 13:27:06 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-11-06 13:27:06 +0000 |
commit | 5033e88e258b536123809c45c450ff83bfb37c8a (patch) | |
tree | e8a6d6bb212f5e65829488bc0431be6c48d097ce /mail/cclient | |
parent | 635629813380d8fc1fab6bd6a3c04cdd6d5d2d5a (diff) | |
download | FreeBSD-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/Makefile | 2 |
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: |