Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/audio/sox/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/audio/sox/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- pkgsrc/audio/sox/Makefile 2001/02/16 13:30:50 1.15 +++ pkgsrc/audio/sox/Makefile 2001/07/01 21:47:12 1.16 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/02/16 13:30:50 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2001/07/01 21:47:12 jlam Exp $ # FreeBSD Id: Makefile,v 1.9 1997/02/04 10:32:34 max Exp # @@ -10,17 +10,17 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://home.sprynet.com/~cbagwell/sox.html COMMENT= SOund eXchange - universal sound sample translator -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-fast-ulaw \ - --enable-fast-alaw \ - --with-sun-audio \ - --without-oss-dsp +USE_BUILDLINK_ONLY= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-fast-ulaw \ + --enable-fast-alaw \ + --with-sun-audio \ + --without-oss-dsp pre-build: - cd ${WRKSRC} ; \ - [ -f play.BAK ] || ${MV} play play.BAK ; \ - ${SED} \ - -e 's|@PREFIX@|${PREFIX}|g' \ - < play.BAK >play + cd ${WRKSRC}; \ + [ -f play.BAK ] || ${MV} play play.BAK; \ + ${SED} -e "s|@PREFIX@|${PREFIX}|g" \ + play.BAK > play .include "../../mk/bsd.pkg.mk"