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 /lang/nhc98/Makefile | |
parent | Use ${REINPLACE_CMD} instead of ${PERL} (diff) |
Replace ${PERL} with ${REINPLACE_CMD}.
PR: 39243, 39244, 39245, 39249
Submitted by: maintainer
Diffstat (limited to 'lang/nhc98/Makefile')
-rw-r--r-- | lang/nhc98/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index 18e9fcf2be00..d21c0b855c56 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/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) |