Replace ${PERL} with ${REINPLACE_CMD}. Regards, Olli
I think one mega-patch for one category is better :) -- KISS : Keep It Simple, Stupid.
* Ying-Chieh Liao <ijliao@FreeBSD.ORG> [2002-06-14 20:40]: > I think one mega-patch for one category is better :) ok. I am going to submit the mega-patches for cad, astro, and audio. And this _IS_ the mega-patch for benchmarks ;o) Regards, Olli
add USE_REINPLACE= yes Regards, Olli Index: Makefile =================================================================== RCS file: /home/ncvs/ports/benchmarks/postal/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2001/09/09 11:03:16 1.2 +++ Makefile 2002/06/19 23:13:29 @@ -14,12 +14,13 @@ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes MAN8= postal.8 postal-list.8 rabid.8 post-patch: - @${PERL} -pi -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure .include <bsd.port.mk>
State Changed From-To: open->closed committed, thanks