diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/abs/Makefile | 3 |
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 |