diff options
author | az <az@FreeBSD.org> | 2013-07-26 18:46:37 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-26 18:46:37 +0800 |
commit | 425a912423003f8cf48eb9dc516a4d77b8a20cf2 (patch) | |
tree | 4e432cd7adf68b48f6abe895819485849ed8f886 /net/p5-PlRPC | |
parent | 1079766f17b5d6a4c7cf98bd67a211c4e64e0017 (diff) | |
download | freebsd-ports-gnome-425a912423003f8cf48eb9dc516a4d77b8a20cf2.tar.gz freebsd-ports-gnome-425a912423003f8cf48eb9dc516a4d77b8a20cf2.tar.zst freebsd-ports-gnome-425a912423003f8cf48eb9dc516a4d77b8a20cf2.zip |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
Diffstat (limited to 'net/p5-PlRPC')
-rw-r--r-- | net/p5-PlRPC/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
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 <vanilla@FreeBSD.org> -# +# Created by: Vanilla I. Shu <vanilla@FreeBSD.org> # $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 <bsd.port.mk> |