diff options
-rw-r--r-- | audio/mp3blaster/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index 5325ae96f00e..3800c72d220e 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -63,5 +63,7 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|/usr/local/share/mp3blaster/win2koi.tbl|${DATADIR}/charmap/win2koi.tbl|' \ + ${WRKSRC}/doc/sample.mp3blasterrc .include <bsd.port.post.mk> |