diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-25 12:45:10 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-25 12:45:10 +0000 |
commit | 2363c699fb63ad0513c736961eee682f8b96c0e3 (patch) | |
tree | 02f013cb0bfb30f0786841f0f243cdca14da1436 /converters/p5-WAP-wbxml | |
parent | 0a2940fa8cb4f5bd8deec0bebfd805f457ff92aa (diff) |
Notes
Diffstat (limited to 'converters/p5-WAP-wbxml')
-rw-r--r-- | converters/p5-WAP-wbxml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/p5-WAP-wbxml/Makefile b/converters/p5-WAP-wbxml/Makefile index bc2731152c14..ffd5706dad57 100644 --- a/converters/p5-WAP-wbxml/Makefile +++ b/converters/p5-WAP-wbxml/Makefile @@ -23,7 +23,7 @@ MAN3= WAP::wbxml.3 WAP::wbxml::WbRules.3 post-patch: .for file in syncml.wbrules.xml wap.wbrules.xml wv.wbrules.xml - @${PERL} -pi -e 's#\r$$##g' ${WRKSRC}/lib/WAP/wbxml/${file} + @${REINPLACE_CMD} -i '' -e 's/^M$$//' ${WRKSRC}/lib/WAP/wbxml/${file} .endfor .include <bsd.port.mk> |