diff options
author | tron <tron@pkgsrc.org> | 2000-11-11 17:49:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-11 17:49:22 +0000 |
commit | 5feac46ad5d89bb2b10bc508b38d98c140fa33c5 (patch) | |
tree | a19159d7e52ca8c65d6fab67a452132a0b121bd2 /audio | |
parent | 8d33af98834882975525d1ca7511022c710f87f6 (diff) | |
download | pkgsrc-5feac46ad5d89bb2b10bc508b38d98c140fa33c5.tar.gz |
Use "${MASTER_SITE_SOURCEFORGE}".
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aumix/Makefile | 4 | ||||
-rw-r--r-- | audio/madplay/Makefile | 4 | ||||
-rw-r--r-- | audio/rio500/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index d6d2fdbf463..4eb82343d25 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2000/08/03 18:45:11 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/11 17:49:22 tron Exp $ DISTNAME= aumix-2.7 CATEGORIES= audio -MASTER_SITES= http://download.sourceforge.net/aumix/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aumix/} \ http://jpj.net/~trevor/aumix/ \ ${MASTER_SITE_SUNSITE:=apps/sound/mixers/} \ ftp://aumix.sourceforge.net/pub/aumix/stable/ \ diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index efe24cfeeaa..8a138d1c8db 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2000/10/22 16:37:23 sommerfeld Exp $ +# $NetBSD: Makefile,v 1.5 2000/11/11 17:49:23 tron Exp $ # DISTNAME= mad-0.11.4b PKGNAME= madplay-0.11.4b CATEGORIES= audio -MASTER_SITES= http://download.sourceforge.net/mad/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} MAINTAINER= simonb@netbsd.org HOMEPAGE= http://sourceforge.net/projects/mad/ diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile index 12baff98329..e730fa2c250 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2000/08/22 13:11:38 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/11 17:49:23 tron Exp $ # DISTNAME= rio500-0.7 CATEGORIES= audio -MASTER_SITES= http://download.sourceforge.net/rio500/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rio500/} MAINTAINER= ad@netbsd.org HOMEPAGE= http://rio500.sourceforge.net/ |