Date: Sun, 23 Jun 2002 09:48:37 -0700 (PDT) From: Scott Flatman <sf@dsinw.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/39709: ports/print/guitartex ${PERL} -> ${REINPLACE_CMD} Message-ID: <20020623094754.E99364-100000@ivymike.satan.kom>
next in thread | raw e-mail | index | archive | help
>Number: 39709 >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 09:50:01 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-guitartex begins here --- --- Makefile.orig Mon Sep 24 14:34:53 2001 +++ Makefile Sun Jun 23 09:46:35 2002 @@ -17,11 +17,12 @@ RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \ latex:${PORTSDIR}/print/latex +USE_REINPLACE= yes USE_PERL5= yes NO_BUILD= yes post-patch: - @${PERL} -pi -e "s,\"(.*\.gif)\",\"${DATADIR}/\1\",g" ${WRKSRC}/guitartex + @${REINPLACE_CMD} -e "s,\"(.*\.gif)\",\"${DATADIR}/\1\",g" ${WRKSRC}/guitartex do-install: ${INSTALL_SCRIPT} ${WRKSRC}/guitartex ${PREFIX}/bin --- patch-guitartex 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?20020623094754.E99364-100000>