Date: Wed, 19 Jun 2002 16:10:09 -0700 (PDT) From: Oliver Braun <obraun@informatik.unibw-muenchen.de> To: freebsd-ports@FreeBSD.org Subject: Re: ports/39275: Update port: astro/xephem -> Message-ID: <200206192310.g5JNA9K24951@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/39275; it has been noted by GNATS. From: Oliver Braun <obraun@informatik.unibw-muenchen.de> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/39275: Update port: astro/xephem -> Date: Thu, 20 Jun 2002 01:07:59 +0200 add USE_REINPLACE= yes Regards, Olli Index: pyweather/Makefile =================================================================== RCS file: /home/ncvs/ports/astro/pyweather/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- pyweather/Makefile 2002/04/29 11:24:29 1.9 +++ pyweather/Makefile 2002/06/19 23:07:31 @@ -14,11 +14,12 @@ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_PYTHON= yes NO_BUILD= yes post-patch: - @${PERL} -pi -e "s:/usr/bin/python:${PYTHON_CMD}:g ; \ + @${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g ; \ s:pyWeather.py:pyWeather:g" ${WRKSRC}/pyWeather.py do-install: Index: xephem/Makefile =================================================================== RCS file: /home/ncvs/ports/astro/xephem/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- xephem/Makefile 2002/01/29 09:33:24 1.28 +++ xephem/Makefile 2002/06/19 23:07:31 @@ -18,13 +18,14 @@ USE_MOTIF= yes USE_IMAKE= yes +USE_REINPLACE= yes MAN1= xephem.1 LIBASTROSRC= ${WRKDIR}/${DISTNAME}/libastro LIBIPSRC= ${WRKDIR}/${DISTNAME}/libip post-patch: - @${PERL} -pi -e 's|CC =|CC?=|g ; \ + @${REINPLACE_CMD} -e 's|CC =|CC?=|g ; \ s|CFLAGS=|CFLAGS+=|g ; \ s|-O2 ||g' ${LIBASTROSRC}/Makefile ${LIBIPSRC}/Makefile 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?200206192310.g5JNA9K24951>