diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 00:57:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 00:57:08 +0000 |
commit | a66859e3fbe7c636031888cb5d9619ba4ac5ba5e (patch) | |
tree | 16fea2828aa5c44c6c6aadc965b1d00175293657 /archivers/ha | |
parent | 16a924bc3c7d04553f3d8a421c9ad14dafa6a5f6 (diff) | |
download | ports-a66859e3fbe7c636031888cb5d9619ba4ac5ba5e.tar.gz ports-a66859e3fbe7c636031888cb5d9619ba4ac5ba5e.zip |
PERL -> REINPLACE
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=69404
Diffstat (limited to 'archivers/ha')
-rw-r--r-- | archivers/ha/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 4efa687286a5..982c3e6ca4c2 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -18,9 +18,10 @@ NO_WRKSUBDIR= yes MAKEFILE= makefile.nix ALL_TARGET= ha USE_GMAKE= yes +USE_REINPLACE= yes pre-patch: - @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \ + @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ ${WRKSRC}/c/hsc.c ${WRKSRC}/c/cpy.c \ ${WRKSRC}/c/asc.c |