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-ZeroMQ | |
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-ZeroMQ')
-rw-r--r-- | net/p5-ZeroMQ/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.post.mk> |