From 425a912423003f8cf48eb9dc516a4d77b8a20cf2 Mon Sep 17 00:00:00 2001 From: az Date: Fri, 26 Jul 2013 10:46:37 +0000 Subject: - switch simple inline replacement from perl to sed and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) --- net/p5-ZeroMQ/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/p5-ZeroMQ') diff --git a/net/p5-ZeroMQ/Makefile b/net/p5-ZeroMQ/Makefile index fa268ee0f5ff..6eb28893f262 100644 --- a/net/p5-ZeroMQ/Makefile +++ b/net/p5-ZeroMQ/Makefile @@ -47,6 +47,6 @@ TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple .endif post-patch: - @${PERL} -pi -e "s/lib => 'zmq',//" ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -i '' -e "s/lib => 'zmq',//" ${WRKSRC}/Makefile.PL .include -- cgit