diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-14 07:21:10 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-14 07:21:10 +0000 |
commit | 43e80d5a4bcfc342b200fd0ff07cbbab6fd52588 (patch) | |
tree | 25dcc091ce9032e57453942a45ff9ded737107f1 /devel | |
parent | Use ${REINPLACE_CMD} instead of ${PERL} (diff) |
Replace ${PERL} with ${REINPLACE_CMD}.
PR: 39243, 39244, 39245, 39249
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hat/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-hat/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/hat/Makefile b/devel/hat/Makefile index 18e9fcf2be00..d21c0b855c56 100644 --- a/devel/hat/Makefile +++ b/devel/hat/Makefile @@ -67,7 +67,7 @@ pre-fetch: .endif post-patch: - @${PERL} -pi.orig -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile.inc + @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile.inc pre-install: .if exists(${PREFIX}/bin/hmake) && !defined(OVERRIDE_HMAKE) diff --git a/devel/hs-hat/Makefile b/devel/hs-hat/Makefile index 18e9fcf2be00..d21c0b855c56 100644 --- a/devel/hs-hat/Makefile +++ b/devel/hs-hat/Makefile @@ -67,7 +67,7 @@ pre-fetch: .endif post-patch: - @${PERL} -pi.orig -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile.inc + @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile.inc pre-install: .if exists(${PREFIX}/bin/hmake) && !defined(OVERRIDE_HMAKE) |