Date: Fri, 12 Jul 2002 13:02:46 -0700 (PDT) From: Scott Flatman <sf@dsinw.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: eanholt@gladstone.uoregon.edu Subject: ports/40505: ports/graphics/drm-kmod ${PERL} -> ${REINPLACE_CMD} Message-ID: <20020712130141.Y1017-100000@ivymike.foo.kom>
next in thread | raw e-mail | index | archive | help
>Number: 40505 >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: Fri Jul 12 13:10:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Scott Flatman >Release: >Organization: >Environment: >Description: ${PERL} -> ${REINPLACE_CMD} >How-To-Repeat: >Fix: --- patch-drm-kmod begins here --- --- Makefile.orig Tue Mar 19 17:06:52 2002 +++ Makefile Fri Jul 12 12:57:35 2002 @@ -13,6 +13,7 @@ MAINTAINER= eanholt@gladstone.uoregon.edu +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME} PKGMESSAGE= ${WRKSRC}/.MESSAGE @@ -36,7 +37,7 @@ .endif pre-patch: - ${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/drm.sh + ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/drm.sh pre-install: @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > \ --- patch-drm-kmod 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?20020712130141.Y1017-100000>