From 665183f53eb74ec3fb00d82d5e4d998804f85ad2 Mon Sep 17 00:00:00 2001 From: az Date: Fri, 26 Jul 2013 07:33:41 +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@) --- irc/xchat1/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'irc') diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 8828664425b6..3abd17dc0b0e 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xchat -# Date created: 17 Nov 1998 -# Whom: Jim Mock -# +# Created by: Jim Mock # $FreeBSD$ -# PORTNAME= xchat PORTVERSION= 1.8.11 @@ -66,8 +62,7 @@ CONFIGURE_ARGS+= --disable-gnome --disable-zvt .endif post-patch: - @${PERL} -pi \ - -e 's|-lpthread|${PTHREAD_LIBS}|g;' \ + @${REINPLACE_CMD} -i '' -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure post-install: -- cgit