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