aboutsummaryrefslogtreecommitdiff
path: root/misc/explosions
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-26 07:33:41 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-26 07:33:41 +0000
commit19ae251b54b068aae1520c17885ecae948e723bc (patch)
treee2c71147def7c03ff268350288657b4e7692d180 /misc/explosions
parentbe856e74d2486c2042594b76c9cade12ee3f3c07 (diff)
downloadports-19ae251b54b068aae1520c17885ecae948e723bc.tar.gz
ports-19ae251b54b068aae1520c17885ecae948e723bc.zip
Notes
Diffstat (limited to 'misc/explosions')
-rw-r--r--misc/explosions/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/explosions/Makefile b/misc/explosions/Makefile
index 92f853a21f2d..bc474112746a 100644
--- a/misc/explosions/Makefile
+++ b/misc/explosions/Makefile
@@ -18,10 +18,10 @@ USE_PERL5_BUILD=yes
.include <bsd.port.options.mk>
post-patch:
- @${PERL} -pi -e 's!CFLAGS=-Wall -O2!CFLAGS+=-Wall!; \
- s!sdl-config!${SDL_CONFIG}!' \
+ @${REINPLACE_CMD} -i '' -e 's!CFLAGS=-Wall -O2!CFLAGS+=-Wall!; \
+ s!sdl-config!${SDL_CONFIG}!' \
${WRKSRC}/Makefile
- @${PERL} -pi -e 's!spark%d.png!${DATADIR}/spark%d.png!' \
+ @${REINPLACE_CMD} -i '' -e 's!spark%d.png!${DATADIR}/spark%d.png!' \
${WRKSRC}/explosions.c
do-install: