Date: Sun, 23 Jun 2002 11:52:11 -0700 (PDT) From: Scott Flatman <sf@dsinw.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/39739: ports/sysutils/ttyload ${PERL} -> ${REINPLACE_CMD} Message-ID: <20020623115132.Q1083-100000@ivymike.satan.kom>
next in thread | raw e-mail | index | archive | help
>Number: 39739 >Category: ports >Synopsis: ${PERL} -> ${REINPLACE_CMD} >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jun 23 12:00:09 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Scott Flatman >Release: >Organization: <organization of PR author (multiple lines)> >Environment: >Description: ${PERL} -> ${REINPLACE_CMD} >How-To-Repeat: >Fix: --- patch-ttyload begins here --- --- Makefile.orig Tue Nov 20 20:06:44 2001 +++ Makefile Sun Jun 23 11:50:23 2002 @@ -12,10 +12,11 @@ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes ALL_TARGET= default post-patch: - @${PERL} -pi -e "s,^CC,#CC,g ; \ + @${REINPLACE_CMD} -e "s,^CC,#CC,g ; \ s,^DEBUG,#DEBUG,g ; \ s,^CFLAGS\t=,CFLAGS+=,g" ${WRKSRC}/Makefile --- patch-ttyload ends here --- >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?20020623115132.Q1083-100000>