From owner-freebsd-ports Sun Jun 16 18:10:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4965A37B40E for ; Sun, 16 Jun 2002 18:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H1A1H90238; Sun, 16 Jun 2002 18:10:01 -0700 (PDT) (envelope-from gnats) Received: from w250.z064001178.sjc-ca.dsl.cnc.net (adsl-66.218.45.239.dslextreme.com [66.218.45.239]) by hub.freebsd.org (Postfix) with SMTP id 15CD537B406 for ; Sun, 16 Jun 2002 18:01:50 -0700 (PDT) Received: (qmail 76300 invoked by uid 1000); 17 Jun 2002 01:02:11 -0000 Message-Id: <20020617010211.76299.qmail@lizzy.catnook.com> Date: 17 Jun 2002 01:02:11 -0000 From: Jos Backus Reply-To: Jos Backus To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39384: sysutils/mktool: replace ${PERL} with ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39384 >Category: ports >Synopsis: sysutils/mktool: replace ${PERL} with ${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: Sun Jun 16 18:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jos Backus >Release: FreeBSD 5.0-CURRENT i386 >Organization: CatNook >Environment: System: FreeBSD lizzy.catnook.com 5.0-CURRENT FreeBSD 5.0-CURRENT #11: Sat Jun 8 02:17:07 PDT 2002 root@lizzy.catnook.com:/disk0/usr/obj/disk0/usr/src/sys/LIZZY i386 >Description: >How-To-Repeat: >Fix: --- Makefile.orig Sun Jun 16 17:54:24 2002 +++ Makefile Sun Jun 16 18:00:30 2002 @@ -17,7 +17,8 @@ USE_GMAKE= yes post-extract: - @${PERL} -pi -e 's,^OPT=.*,OPT=${CFLAGS},; \ + @${REINPLACE_CMD} -e ' \ + s,^OPT=.*,OPT=${CFLAGS},; \ s,=gcc,?=gcc,; \ s,^bindir=.*,bindir=${PREFIX}/bin,; \ s,cp -a,install -m ${BINMODE},' ${WRKSRC}/Makefile >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message