Date: Sun, 23 Jun 2002 10:07:09 -0700 (PDT) From: Scott Flatman <sf@dsinw.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/39714: ports/print/envelope ${PERL} -> ${REINPLACE_CMD} Message-ID: <20020623100626.B99490-100000@ivymike.satan.kom>
next in thread | raw e-mail | index | archive | help
>Number: 39714 >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 10:10:04 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-envelope begins here --- --- Makefile.orig Wed Jun 12 19:53:52 2002 +++ Makefile Sun Jun 23 10:05:06 2002 @@ -16,6 +16,7 @@ MAINTAINER= ports@geeksrus.net +USE_REINPLACE= yes NO_BUILD= yes USE_PERL5= yes NO_WRKSUBDIR= yes @@ -24,7 +25,7 @@ PLIST_SUB+= EXAMPLESDIR=${EXAMPLESDIR:S@^${PREFIX}/@@} post-patch: - @${PERL} -pi -e 's@/usr/bin/perl@${PERL}@' ${WRKDIR}/envelope + @${REINPLACE_CMD} -e 's@/usr/bin/perl@${PERL}@' ${WRKDIR}/envelope do-install: @${INSTALL_SCRIPT} ${WRKDIR}/envelope ${PREFIX}/bin --- patch-envelope 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?20020623100626.B99490-100000>