diff options
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 18e9fcf..d21c0b8 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 18e9fcf..d21c0b8 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) |