aboutsummaryrefslogtreecommitdiff
path: root/archivers/ha
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 00:57:08 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 00:57:08 +0000
commita66859e3fbe7c636031888cb5d9619ba4ac5ba5e (patch)
tree16fea2828aa5c44c6c6aadc965b1d00175293657 /archivers/ha
parent16a924bc3c7d04553f3d8a421c9ad14dafa6a5f6 (diff)
downloadports-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/Makefile3
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