Index: nntpcache/Makefile =================================================================== RCS file: /home/ncvs/ports/news/nntpcache/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- nntpcache/Makefile 2002/03/30 10:14:36 1.21 +++ nntpcache/Makefile 2002/06/22 21:08:52 @@ -31,6 +31,7 @@ SPOOLDIR?= /var/spool NO_CDROM= Free for individuals and non-military, non-profit organisations only +USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${SPOOLDIR} @@ -68,7 +69,7 @@ @cd ${WRKSRC}/src && ${GMAKE} ${AUTHINFO_EXT} post-patch: - @${PERL} -pi -e 's,AUTOMAKE=automake,AUTOMAKE=automake14,' \ + @${REINPLACE_CMD} -e 's,AUTOMAKE=automake,AUTOMAKE=automake14,' \ ${WRKSRC}/configure post-install: Index: pyne/Makefile =================================================================== RCS file: /home/ncvs/ports/news/pyne/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- pyne/Makefile 2001/12/11 03:41:58 1.1 +++ pyne/Makefile 2002/06/22 21:08:52 @@ -15,10 +15,11 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk +USE_REINPLACE= yes USE_PYTHON= yes NO_BUILD= yes post-patch: - @${PERL} -pi -e "s,^PREFIX,#PREFIX,g" ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e "s,^PREFIX,#PREFIX,g" ${WRKSRC}/Makefile .include Index: xrn/Makefile =================================================================== RCS file: /home/ncvs/ports/news/xrn/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- xrn/Makefile 2001/10/07 02:03:42 1.3 +++ xrn/Makefile 2002/06/22 21:08:53 @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_IMAKE= yes MAN1= xrn.1 MANCOMPRESSED= no @@ -22,7 +23,7 @@ DOCS= COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog post-patch: - @${PERL} -pi -e "s|^#error.+||g; \ + @${REINPLACE_CMD} -E -e "s|^#error.+||g; \ s|/usr/lib/sendmail|/usr/sbin/sendmail|g;" ${WRKSRC}/config.h do-install: