From d97e1044ccfe4a4005fe45ee069185bc45c32f07 Mon Sep 17 00:00:00 2001 From: leeym Date: Mon, 17 Feb 2003 16:24:27 +0000 Subject: correct the syntax of ${REINPLACE_CMD} Noticed by: Gianmarco Giovannelli --- math/abs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'math/abs') diff --git a/math/abs/Makefile b/math/abs/Makefile index 8bc1d8ac05b5..92795dfd744f 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -20,8 +20,7 @@ USE_REINPLACE= yes WRKSRC= ${WRKDIR}/abs-src-0.908 post-patch: - @${REINPLACE_CMD} -e 's/trcasestr/strcasestr_/g' < ${WRKSRC}/Database/cell.c >${WRKSRC}/Database/cell.c.new - @${MV} ${WRKSRC}/Database/cell.c.new ${WRKSRC}/Database/cell.c + @${REINPLACE_CMD} -e 's/trcasestr/strcasestr_/g' ${WRKSRC}/Database/cell.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin -- cgit