Date: 17 Jun 2002 01:02:11 -0000 From: Jos Backus <jos@catnook.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/39384: sysutils/mktool: replace ${PERL} with ${REINPLACE_CMD} Message-ID: <20020617010211.76299.qmail@lizzy.catnook.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020617010211.76299.qmail>