From lizard@unsane.de  Thu Jun 13 14:18:39 2002
Return-Path: <lizard@unsane.de>
Received: from unsane.de (p50804CDF.dip.t-dialin.net [80.128.76.223])
	by hub.freebsd.org (Postfix) with ESMTP id 4AFA537B477
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Jun 2002 14:18:38 -0700 (PDT)
Received: from localhost (localhost.unsane.de [127.0.0.1])
	by unsane.de (Postfix) with ESMTP id 9E32B783
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Jun 2002 23:13:41 +0200 (CEST)
Received: by unsane.de (Postfix, from userid 1001)
	id 451D4459; Thu, 13 Jun 2002 23:13:40 +0200 (CEST)
Message-Id: <20020613211340.451D4459@unsane.de>
Date: Thu, 13 Jun 2002 23:13:40 +0200 (CEST)
From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER UPDATE] Update port: lang/nhc98 ${PERL} -> ${REINPLACE_CMD}
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         39243
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Update port: lang/nhc98 ${PERL} -> ${REINPLACE_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 13 14:20:01 PDT 2002
>Closed-Date:    Fri Jun 14 00:21:32 PDT 2002
>Last-Modified:  Fri Jun 14 00:21:32 PDT 2002
>Originator:     Oliver Braun
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD galore.unsane.de 4.6-RC FreeBSD 4.6-RC #0: Thu Jun 6 21:00:07 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386


>Description:

Replace ${PERL} with ${REINPLACE_CMD}.

Regards,
         Olli
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/nhc98/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	2002/05/27 02:02:18	1.6
+++ Makefile	2002/06/13 21:13:00
@@ -67,7 +67,7 @@
 .endif
 
 post-patch:
-	@${PERL} -pi.orig -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile.inc
+	@${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile.inc
 
 pre-install:
 .if exists(${PREFIX}/bin/hmake) && !defined(OVERRIDE_HMAKE)
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Fri Jun 14 00:21:23 PDT 2002 
State-Changed-Why:  
committed, thanks 

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