aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-WAP-wbxml
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-25 12:45:10 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-25 12:45:10 +0000
commit2363c699fb63ad0513c736961eee682f8b96c0e3 (patch)
tree02f013cb0bfb30f0786841f0f243cdca14da1436 /converters/p5-WAP-wbxml
parent0a2940fa8cb4f5bd8deec0bebfd805f457ff92aa (diff)
downloadports-2363c699fb63ad0513c736961eee682f8b96c0e3.tar.gz
ports-2363c699fb63ad0513c736961eee682f8b96c0e3.zip
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore. - trim Makefile header - pass maintainership to @perl Information: wiki@ PortsLongtermTargets Approved by: bapt@ (portmgr@)
Notes
Notes: svn path=/head/; revision=323639
Diffstat (limited to 'converters/p5-WAP-wbxml')
-rw-r--r--converters/p5-WAP-wbxml/Makefile2
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>