diff options
author | mycroft <mycroft@pkgsrc.org> | 2002-07-12 19:30:50 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2002-07-12 19:30:50 +0000 |
commit | 03a8e25ed1d419d59b21bd660b6eba84ba61c903 (patch) | |
tree | f609219f770192dbe19a969fee67f1eed445bcba /audio/sox/Makefile | |
parent | a2df323768c8842d75f45f783ae7708496e10a15 (diff) | |
download | pkgsrc-03a8e25ed1d419d59b21bd660b6eba84ba61c903.tar.gz |
Update to sox 12.17.3. Numerous bugs fixed, and most of the NetBSD patches
integrated.
Diffstat (limited to 'audio/sox/Makefile')
-rw-r--r-- | audio/sox/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index a566d2fccf2..0a88d695287 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2001/07/01 21:47:12 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2002/07/12 19:30:50 mycroft Exp $ # FreeBSD Id: Makefile,v 1.9 1997/02/04 10:32:34 max Exp # -DISTNAME= sox-12.17.1 +DISTNAME= sox-12.17.3 CATEGORIES= audio MASTER_SITES= http://home.sprynet.com/~cbagwell/ @@ -17,10 +17,4 @@ CONFIGURE_ARGS+= --enable-fast-ulaw \ --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 - .include "../../mk/bsd.pkg.mk" |