pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/mpg123 add a missing double quote, whitespace an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03dbdb03d373
branches:  trunk
changeset: 462885:03dbdb03d373
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Oct 18 11:17:40 2003 +0000

description:
add a missing double quote, whitespace and other minor nits.

diffstat:

 audio/mpg123/Makefile.common |  12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 3ef5e46706c8 -r 03dbdb03d373 audio/mpg123/Makefile.common
--- a/audio/mpg123/Makefile.common      Sat Oct 18 11:16:36 2003 +0000
+++ b/audio/mpg123/Makefile.common      Sat Oct 18 11:17:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2003/07/17 21:22:58 grant Exp $ -*- Makefile -*-
+# $NetBSD: Makefile.common,v 1.8 2003/10/18 11:17:40 grant Exp $ -*- Makefile -*-
 DISTNAME=      mpg123-0.59r
 MPG123_VERSION=        0.59.18
 CATEGORIES=    audio
@@ -40,7 +40,7 @@
 ALL_TARGET=    netbsd-i386${TARGET_SUFFIX}
 .    endif # ELF
 .  elif ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-.    if defined(MPG123_ARM_FIXED64) && ${MPG123_ARM_FIXED64} == "YES
+.    if defined(MPG123_ARM_FIXED64) && ${MPG123_ARM_FIXED64} == "YES"
 ALL_TARGET=    netbsd-arm-64${TARGET_SUFFIX}
 .    else
 ALL_TARGET=    netbsd-arm${TARGET_SUFFIX}
@@ -63,8 +63,6 @@
 
 post-patch:
        ${RM} -f ${WRKSRC}/mpg123
-       ${CP} ${FILESDIR}/decode_i586_.s ${WRKSRC}/
-       cd ${WRKSRC} ; ${MV} decode_i586.s decode_i586.s.orig ;\
-       ${SED} \
-               -e 's@^/@#/@g' \
-               <decode_i586.s.orig >decode_i586.s
+       ${CP} ${FILESDIR}/decode_i586_.s ${WRKSRC}
+       cd ${WRKSRC} && ${MV} decode_i586.s decode_i586.s.orig; \
+               ${SED} -e 's@^/@#/@g' decode_i586.s.orig > decode_i586.s



Home | Main Index | Thread Index | Old Index