summaryrefslogtreecommitdiff
path: root/math/abs
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-02-17 16:24:27 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-02-17 16:24:27 +0000
commit94b198ff8404a8907126f3d9b9e1216095686ff9 (patch)
tree78c7faab38378da62bb32dd34f9dc084335660d0 /math/abs
parentRemove RESTRICTED tag for crypto stuff. (diff)
correct the syntax of ${REINPLACE_CMD}
Noticed by: Gianmarco Giovannelli <gmarco@giovannelli.it>
Notes
Notes: svn path=/head/; revision=75715
Diffstat (limited to 'math/abs')
-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