diff options
Diffstat (limited to 'audio/wmtune')
-rw-r--r-- | audio/wmtune/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/wmtune/Makefile b/audio/wmtune/Makefile index e5fafab6aa62..797e6040603b 100644 --- a/audio/wmtune/Makefile +++ b/audio/wmtune/Makefile @@ -46,7 +46,8 @@ post-patch: ${WRKSRC}/src/wmtune.c do-configure: - @${PERL} -pi.orig -e 's|/etc|${PREFIX}/etc|' ${WRKSRC}/src/wmtune.c + @${REINPLACE_CMD} -pi.orig -e 's|/etc|${PREFIX}/etc|' \ + ${WRKSRC}/src/wmtune.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmtune ${PREFIX}/bin |