Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2002 23:13:40 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39243: [MAINTAINER UPDATE] Update port: lang/nhc98 ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <20020613211340.451D4459@unsane.de>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 13 14:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

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?20020613211340.451D4459>