diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 00:57:08 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 00:57:08 +0000 |
commit | e2eeb7de374021ca414336f5a523ecc8eac6935c (patch) | |
tree | 1873cd6f91f0e0cdba1f4150a34d8d0c90280d42 /archivers/ha | |
parent | 0d059aa4abcbd5ee71af804ff6fba027aaa2fe51 (diff) | |
download | FreeBSD-ports-e2eeb7de374021ca414336f5a523ecc8eac6935c.zip FreeBSD-ports-e2eeb7de374021ca414336f5a523ecc8eac6935c.tar.gz |
PERL -> REINPLACE
Noticed by: bento
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 4efa687..982c3e6 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 |