diff options
author | tron <tron> | 2000-12-02 08:31:33 +0000 |
---|---|---|
committer | tron <tron> | 2000-12-02 08:31:33 +0000 |
commit | 123e42796647909841583f4b60340a992cc81bea (patch) | |
tree | b392bfb4d427d5b5ae2266ffd905a1f7ffa872b8 /audio/sox/Makefile | |
parent | 18b6fab1f1c6f747927c30d5949c956dbccf66a9 (diff) | |
download | pkgsrc-123e42796647909841583f4b60340a992cc81bea.tar.gz |
Remove SunSITE sites (they don't have it) and sourceforge sites (wrong
MD5 checksum) from master sites list.
Diffstat (limited to 'audio/sox/Makefile')
-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 |