Date: Wed, 19 Jun 2002 14:30:03 -0700 (PDT) From: Oliver Braun <obraun@informatik.unibw-muenchen.de> To: freebsd-ports@FreeBSD.org Subject: Re: ports/39263: Update port: devel/ecgi -> Message-ID: <200206192130.g5JLU3O04663@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/39263; it has been noted by GNATS. From: Oliver Braun <obraun@informatik.unibw-muenchen.de> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/39263: Update port: devel/ecgi -> Date: Wed, 19 Jun 2002 23:20:32 +0200 add USE_REINPLACE= yes Regards, Olli Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ecgi/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 2002/01/26 08:08:36 1.3 +++ Makefile 2002/06/19 21:20:02 @@ -13,13 +13,14 @@ MAINTAINER= ports@freebsd.org USE_GMAKE= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes HEADER_FILES= ecgi.h ecgitk.h include/memfile.h pre-patch: - @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' ${WRKSRC}/src/memfile.c + @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' ${WRKSRC}/src/memfile.c do-install: @${INSTALL_DATA} ${WRKSRC}/libecgi.a ${PREFIX}/lib 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?200206192130.g5JLU3O04663>