From root@vale.pil.dk  Thu Jun 20 12:23:18 2002
Return-Path: <root@vale.pil.dk>
Received: from vale.pil.dk (62.79.78.244.adsl.arc.worldonline.dk [62.79.78.244])
	by hub.freebsd.org (Postfix) with ESMTP id C89C137B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Jun 2002 12:23:17 -0700 (PDT)
Received: from vale.pil.dk (localhost [127.0.0.1])
	by vale.pil.dk (8.12.3/8.12.3) with ESMTP id g5KJN3tL034180
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Jun 2002 21:23:03 +0200 (CEST)
	(envelope-from root@vale.pil.dk)
Received: (from root@localhost)
	by vale.pil.dk (8.12.3/8.12.3/Submit) id g5KJN37i034179;
	Thu, 20 Jun 2002 21:23:03 +0200 (CEST)
Message-Id: <200206201923.g5KJN37i034179@vale.pil.dk>
Date: Thu, 20 Jun 2002 21:23:03 +0200 (CEST)
From: Erwin Lansing <erwin@lansing.dk>
Reply-To: Erwin Lansing <erwin@lansing.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: ${PERL} -> ${REINPLACE_CMD} archivers/nomarch
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         39587
>Category:       ports
>Synopsis:       ${PERL} -> ${REINPLACE_CMD} archivers/nomarch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 20 12:30:03 PDT 2002
>Closed-Date:    Fri Jun 21 09:17:34 PDT 2002
>Last-Modified:  Fri Jun 21 09:17:34 PDT 2002
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD vale.pil.dk 4.6-STABLE FreeBSD 4.6-STABLE #2: Sun Jun 16 09:35:15 CEST 2002 root@vale.pil.dk:/usr/obj/usr/src/sys/VALE i386


	
>Description:
use REINPLACE instead of perl

>How-To-Repeat:
	
>Fix:

	

--- nomarch.diff begins here ---
diff -ruN nomarch.orig/Makefile nomarch/Makefile
--- nomarch.orig/Makefile	Thu Jun 20 21:13:52 2002
+++ nomarch/Makefile	Thu Jun 20 21:15:01 2002
@@ -16,10 +16,12 @@
 
 LIB_DEPENDS=	gnugetopt:${PORTSDIR}/devel/libgnugetopt
 
+USE_REINPLACE=	yes
+
 MAN1=	nomarch.1
 
 post-patch:
-	@${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g ; \
+	@${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g ; \
 		s,^PREFIX,#PREFIX,g ; \
 		s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile
 
--- nomarch.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Fri Jun 21 09:17:21 PDT 2002 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39587 
>Unformatted:
