aboutsummaryrefslogtreecommitdiff
path: root/audio/gqmpeg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gqmpeg/Makefile')
-rw-r--r--audio/gqmpeg/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile
index e5b01ee67ce9..ed0042a839c6 100644
--- a/audio/gqmpeg/Makefile
+++ b/audio/gqmpeg/Makefile
@@ -47,11 +47,8 @@ pre-everything::
@${ECHO_MSG}
.endif
-post-patch:
- @${FIND} ${WRKSRC} -name 'Makefile.in*' | ${XARGS} ${REINPLACE_CMD} \
- -E -e 's|(SUBDIRS[[:space:]]+=.*)intl|\1| ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ;'
.if defined(WITH_MPG321)
+post-patch:
@${REINPLACE_CMD} -E -e \
's/^(#define MPG123_BINARY "mpg)123"/\1321"/' \
${WRKSRC}/src/io_mpg123.c