diff options
author | tron <tron@pkgsrc.org> | 2000-12-02 08:31:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-12-02 08:31:33 +0000 |
commit | dadb77c823d044f97cd6d0ff8f42e8df38ede052 (patch) | |
tree | b392bfb4d427d5b5ae2266ffd905a1f7ffa872b8 /audio | |
parent | 55f87b2394189fdcd7ad620b7f75b1f7c5a3e540 (diff) | |
download | pkgsrc-dadb77c823d044f97cd6d0ff8f42e8df38ede052.tar.gz |
Remove SunSITE sites (they don't have it) and sourceforge sites (wrong
MD5 checksum) from master sites list.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sox/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index e11107e1e3c..94d4a368715 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2000/12/02 02:14:11 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2000/12/02 08:31:33 tron Exp $ # FreeBSD Id: Makefile,v 1.9 1997/02/04 10:32:34 max Exp # DISTNAME= sox-12.17.1 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/sound/convert/} \ - ${MASTER_SITE_SOURCEFORGE:=sox/} \ - http://home.sprynet.com/~cbagwell/ +MASTER_SITES= http://home.sprynet.com/~cbagwell/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://home.sprynet.com/~cbagwell/sox.html |