diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index 1ce5fecdefb7..b54ae466def0 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -81,4 +81,12 @@ pre-extract: @${ECHO_MSG} .endif +post-extract: + (cd ${WRKSRC}/Input/mpg123 && ${MV} decode_i586.s decode_i586.S && \ + ${MV} getbits.s getbits.S && cd ${WRKSRC}/Visualization/blur_scope && \ + ${MV} blur_8.s blur_8.S); + ${PERL} -pi.bak -e 's:\.s :\.S :g' ${WRKSRC}/Input/mpg123/Makefile.in + ${PERL} -pi.bak -e 's:blur_8.s:blur_8.S:g' \ + ${WRKSRC}/Visualization/blur_scope/Makefile.in + .include <bsd.port.mk> |