diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 01:56:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 01:56:21 +0000 |
commit | 558f2d386cc2fb507128c69e3123825cc9319f70 (patch) | |
tree | a4bf1558c72e69722c0115ae135fe79117b35041 /biology/nab | |
parent | 11485fe3f073f98eda3d9d5addc04a808e7c2e89 (diff) | |
download | ports-558f2d386cc2fb507128c69e3123825cc9319f70.tar.gz ports-558f2d386cc2fb507128c69e3123825cc9319f70.zip |
Notes
Diffstat (limited to 'biology/nab')
-rw-r--r-- | biology/nab/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/nab/Makefile b/biology/nab/Makefile index 1496ea23f8d9..e57708d2bfac 100644 --- a/biology/nab/Makefile +++ b/biology/nab/Makefile @@ -18,6 +18,7 @@ MAKE_ENV+= NABHOME=${WRKSRC} ARCH= PATH=${WRKSRC}/bin:${PATH} USE_BISON= yes MAN1= nab.1 MANCOMPRESSED= yes +USE_REINPLACE= yes BINARIES= matextract matmul teLeap tss_main \ matgen nab transform tss_next \ @@ -31,7 +32,7 @@ post-extract: @${CP} ${FILESDIR}/config.h ${WRKSRC} pre-patch: - @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \ + @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ ${WRKSRC}/cifparse/cifparse.c post-patch: |