Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 11:24:37 -0700 (PDT)
From:      Scott Flatman <sf@dsinw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39731: ports/shells/flash  ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <20020623112404.Q633-100000@ivymike.satan.kom>

next in thread | raw e-mail | index | archive | help

>Number:         39731
>Category:       ports
>Synopsis:       ${PERL} -> ${REINPLACE_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 23 11:30:05 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Scott Flatman
>Release:        
>Organization:
<organization of PR author (multiple lines)>
>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:
>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:
 
 
 

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020623112404.Q633-100000>