diff options
author | abs <abs> | 2002-05-12 10:16:44 +0000 |
---|---|---|
committer | abs <abs> | 2002-05-12 10:16:44 +0000 |
commit | 56457b9aed11987e646c512f29028b3a605f69f9 (patch) | |
tree | 7b3e62aa9d2dd250c2404071c0ce5434ccb7c879 /audio | |
parent | 04fc3da3612c30638698f54424a8e41dc913ff1b (diff) | |
download | pkgsrc-56457b9aed11987e646c512f29028b3a605f69f9.tar.gz |
prdownloads.sourceforge.net is no longer any use.
Switch to MASTER_SITE_SOURCEFORGE.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacity/Makefile | 4 | ||||
-rw-r--r-- | audio/id3lib/Makefile | 4 | ||||
-rw-r--r-- | audio/mp3_check/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 5619acd1b77..ae269f59146 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2002/03/13 17:36:35 fredb Exp $ +# $NetBSD: Makefile,v 1.6 2002/05/12 10:16:44 abs Exp $ # DISTNAME= audacity-src-0.96 PKGNAME= audacity-0.96 PKGREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://prdownloads.sourceforge.net/audacity/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=audacity/} EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index cef37cd4d8b..5e5997e7d04 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2002/01/08 17:49:12 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2002/05/12 10:16:45 abs Exp $ # DISTNAME= id3lib-3.8.0pre2 PKGNAME= id3lib-3.8.0.0.2 CATEGORIES= audio -MASTER_SITES= http://prdownloads.sourceforge.net/id3lib/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3lib/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://id3lib.sourceforge.net/ diff --git a/audio/mp3_check/Makefile b/audio/mp3_check/Makefile index 7520d34a670..375fdffe0b6 100644 --- a/audio/mp3_check/Makefile +++ b/audio/mp3_check/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2002/01/21 11:34:56 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/05/12 10:16:45 abs Exp $ # DISTNAME= mp3_check-1.98 CATEGORIES= audio -MASTER_SITES= http://prdownloads.sourceforge.net/mp3check/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3check/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://mp3check.sourceforge.net/ |