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-PlRPC/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'net/p5-PlRPC') diff --git a/net/p5-PlRPC/Makefile b/net/p5-PlRPC/Makefile index afbaa883024c..dd2a0a87351d 100644 --- a/net/p5-PlRPC/Makefile +++ b/net/p5-PlRPC/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-PlRPC -# Date Created: 27 Feb 2000 -# Whom: Vanilla I. Shu -# +# Created by: Vanilla I. Shu # $FreeBSD$ -# PORTNAME= PlRPC PORTVERSION= 0.2020 @@ -28,6 +24,7 @@ MAN3= Bundle::PlRPC.3 \ post-patch: @${FIND} ${WRKSRC} -name ".svn" | ${XARGS} ${RM} -rf - @${PERL} -pi -e 's/perldoc -t/echo perldoc -t/' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -i '' -e 's/perldoc -t/echo perldoc -t/' \ + ${WRKSRC}/Makefile.PL .include -- cgit