From sf@dsinw.com  Sun Jun 23 11:23:10 2002
Return-Path: <sf@dsinw.com>
Received: from innovations.dsinw.com (ns.dsinw.com [207.149.40.194])
	by hub.freebsd.org (Postfix) with ESMTP id 10A8B37B400
	for <freebsd-gnats-submit@freebsd.org>; Sun, 23 Jun 2002 11:23:10 -0700 (PDT)
Received: from ivymike.satan.kom (05-030.021.popsite.net [192.216.197.30])
	by innovations.dsinw.com (8.11.6/8.11.6) with ESMTP id g5NILO618497
	for <freebsd-gnats-submit@freebsd.org>; Sun, 23 Jun 2002 11:21:24 -0700
Message-Id: <20020623112404.Q633-100000@ivymike.satan.kom>
Date: Sun, 23 Jun 2002 11:24:37 -0700 (PDT)
From: Scott Flatman <sf@dsinw.com>
To: freebsd-gnats-submit@freebsd.org
Subject: ports/shells/flash  ${PERL} -> ${REINPLACE_CMD}

>Number:         39731
>Category:       ports
>Synopsis:       ${PERL} -> ${REINPLACE_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 23 11:30:05 PDT 2002
>Closed-Date:    Sun Jun 23 13:29:16 PDT 2002
>Last-Modified:  Mon Jul 05 16:55:54 GMT 2004
>Originator:     Scott Flatman
>Release:        
>Organization:
>Environment:
>Description:
	${PERL} -> ${REINPLACE_CMD}
>How-To-Repeat:
>Fix:

--- patch-flash begins here ---
--- Makefile.orig	Tue Jan 29 03:58:42 2002
+++ Makefile	Sun Jun 23 11:23:00 2002
@@ -22,6 +22,7 @@

 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+USE_REINPLACE=	yes

 MAN1=		flash.1

@@ -39,7 +40,7 @@

 post-patch:
 .for file in ${SCRIPT}
-	@${PERL} -pi -e "s:/usr/slocal:${PREFIX}:g" ${WRKSRC}/orcasetup/${file}
+	@${REINPLACE_CMD} -e "s:/usr/slocal:${PREFIX}:g" ${WRKSRC}/orcasetup/${file}
 .endfor

 do-install:
--- patch-flash ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Sun Jun 23 13:29:06 PDT 2002 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39731 
>Unformatted:
 To: FreeBSD-gnats-submit@freebsd.org
 From: Scott Flatman <sf@dsinw.com>
 Reply-To: Scott Flatman <sf@dsinw.com>
 Cc:
 X-send-pr-version: 3.113
 X-GNATS-Notify:
 
 
 
