From owner-freebsd-ports  Thu Jun 13 13:42:56 2002
Delivered-To: freebsd-ports@hub.freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 3240337B42F
	for <freebsd-ports@hub.freebsd.org>; Thu, 13 Jun 2002 13:42:48 -0700 (PDT)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g5DKe2U81871;
	Thu, 13 Jun 2002 13:40:02 -0700 (PDT)
	(envelope-from gnats)
Received: from Infomath.math.NCTU.edu.tw (infomath.Math.NCTU.edu.tw [140.113.22.119])
	by hub.freebsd.org (Postfix) with ESMTP id 91E2537B437
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Jun 2002 13:37:24 -0700 (PDT)
Received: by Infomath.math.NCTU.edu.tw (Postfix, from userid 1000)
	id 8C29C577D; Fri, 14 Jun 2002 04:36:28 +0800 (CST)
Message-Id: <20020613203628.8C29C577D@Infomath.math.NCTU.edu.tw>
Date: Fri, 14 Jun 2002 04:36:28 +0800 (CST)
From: Gea-Suan Lin <gslin@Infomath.math.NCTU.edu.tw>
Reply-To: Gea-Suan Lin <gslin@Infomath.math.NCTU.edu.tw>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: gslin@Infomath.math.NCTU.edu.tw
X-Send-Pr-Version: 3.113
Subject: ports/39238: Update port: archivers/lbrate
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
List-ID: <freebsd-ports.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-ports>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-ports>
X-Loop: FreeBSD.org


>Number:         39238
>Category:       ports
>Synopsis:       Update port: archivers/lbrate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 13 13:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD Infomath.math.NCTU.edu.tw 4.6-RC FreeBSD 4.6-RC #1: Fri May 31 15:27:31 CST 2002 root@InFoPC34.Math.nctu.edu.tw:/usr/src/sys/compile/InfoPC34 i386


	
>Description:
	Use ${REINPLACE_CMD} instead of ${PERL}
	
>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/archivers/lbrate/Makefile lbrate/Makefile
--- /usr/ports/archivers/lbrate/Makefile	Wed May 22 00:47:20 2002
+++ lbrate/Makefile	Fri Jun 14 04:28:47 2002
@@ -17,8 +17,8 @@
 MAN1=		lbrate.1
 
 post-patch:
-	@${PERL} -pi -e "s,^CC,#CC,g ; s,^PREFIX,#PREFIX,g ; \
-		s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e "s,^CC|^PREFIX,#,g" ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile
 
 post-install:
 .if !defined(NOPORTDOCS)
	


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message