aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-02-18 00:24:27 +0800
committerleeym <leeym@FreeBSD.org>2003-02-18 00:24:27 +0800
commitd97e1044ccfe4a4005fe45ee069185bc45c32f07 (patch)
tree5996daf7c92c7023655a68d08abbe4a64e2b289b /math
parent39ace402c1bb02846d439486b37310b9e74f251f (diff)
downloadfreebsd-ports-gnome-d97e1044ccfe4a4005fe45ee069185bc45c32f07.tar.gz
freebsd-ports-gnome-d97e1044ccfe4a4005fe45ee069185bc45c32f07.tar.zst
freebsd-ports-gnome-d97e1044ccfe4a4005fe45ee069185bc45c32f07.zip
correct the syntax of ${REINPLACE_CMD}
Noticed by: Gianmarco Giovannelli <gmarco@giovannelli.it>
Diffstat (limited to 'math')
-rw-r--r--math/abs/Makefile3
1 files changed, 1 insertions, 2 deletions
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