diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-17 16:24:27 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-17 16:24:27 +0000 |
commit | d97e1044ccfe4a4005fe45ee069185bc45c32f07 (patch) | |
tree | 5996daf7c92c7023655a68d08abbe4a64e2b289b /math/abs | |
parent | 39ace402c1bb02846d439486b37310b9e74f251f (diff) | |
download | FreeBSD-ports-d97e1044ccfe4a4005fe45ee069185bc45c32f07.zip FreeBSD-ports-d97e1044ccfe4a4005fe45ee069185bc45c32f07.tar.gz |
correct the syntax of ${REINPLACE_CMD}
Noticed by: Gianmarco Giovannelli <gmarco@giovannelli.it>
Diffstat (limited to 'math/abs')
-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 8bc1d8a..92795df 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 |