diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 05:33:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 05:33:51 +0000 |
commit | a4fc6158f566f3061d1acce1ef519be9cd17a69a (patch) | |
tree | eb22256c13100460a384a64ae5d3fbefbaab9ab7 /games/3dc | |
parent | f720ee1568631cec981d47b6deaf26f18bc44159 (diff) | |
download | ports-a4fc6158f566f3061d1acce1ef519be9cd17a69a.tar.gz ports-a4fc6158f566f3061d1acce1ef519be9cd17a69a.zip |
Notes
Diffstat (limited to 'games/3dc')
-rw-r--r-- | games/3dc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/3dc/Makefile b/games/3dc/Makefile index f9d0790949ef..095e16faf548 100644 --- a/games/3dc/Makefile +++ b/games/3dc/Makefile @@ -22,7 +22,8 @@ WRKSRC= ${WRKDIR}/3Dc/src post-patch: .for file in init.c main.c piece.c stack.c xif.c - @${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/${file} + @${REINPLACE_CMD} -i '' -e 's|malloc.h|stdlib.h|' \ + ${WRKSRC}/${file} .endfor do-install: |