diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-04 12:46:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-04 12:46:02 +0000 |
commit | f806a4798a84b75c215aba5444fe0863f4fecd47 (patch) | |
tree | f920ed1f15e8fff8bffcaecbec92e36083c61fdc /multimedia | |
parent | The last commiter updated the checksum, but forgot to update the (diff) |
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
Notes
Notes:
svn path=/head/; revision=33404
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xmms/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile index daf9139092e8..df7550bffb6a 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 |