diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-03-22 13:40:31 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-03-22 13:40:31 +0000 |
commit | 2dae3b1499c1df81ce30d2401eaafef0b02dc39d (patch) | |
tree | 43e322e75d89cb37ac384b531dd51037ae661166 /audio | |
parent | Only the shared library needs to be built with -fPIC (diff) |
Fix path in sample configuration file.
PR: 64559
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Diffstat (limited to 'audio')
-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> |