summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-10-04 12:46:02 +0000
committersobomax <sobomax@FreeBSD.org>2000-10-04 12:46:02 +0000
commit8f8239be70550580c1a3fd413abfb8eef0b473b5 (patch)
treecfd94044afd3cd8c205a5516031339c9e6272c34 /multimedia
parent2f1e9d1608c6720682faf17ec17e20b6eded1f8f (diff)
downloadFreeBSD-ports-8f8239be70550580c1a3fd413abfb8eef0b473b5.zip
FreeBSD-ports-8f8239be70550580c1a3fd413abfb8eef0b473b5.tar.gz
The post-extract target in the audio/xmms/Makefile renames getbits.s to
getbits.S. However, getbits.s is no longer present in the current XMMS distribution. PR: 21748 Submitted by: maintainer
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xmms/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile
index daf9139..df7550b 100644
--- a/multimedia/xmms/Makefile
+++ b/multimedia/xmms/Makefile
@@ -98,8 +98,7 @@ pre-extract:
.if defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021
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);
+ 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
OpenPOWER on IntegriCloud