diff options
author | tron <tron@pkgsrc.org> | 1999-08-22 22:02:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-22 22:02:32 +0000 |
commit | 16628fb1be89da63ed109104742f906208c6c450 (patch) | |
tree | e9423240510d04c755b57d3e4c4b6181a5a3ad49 /audio | |
parent | 102db23e5cfecbf200f52ea39ed9e433f55e2c5d (diff) | |
download | pkgsrc-16628fb1be89da63ed109104742f906208c6c450.tar.gz |
Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/esound/Makefile | 6 | ||||
-rw-r--r-- | audio/libaudiofile/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index c5e3cc6b634..f382ee535e3 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.6 1999/06/19 15:19:11 tron Exp $ +# $NetBSD: Makefile,v 1.7 1999/08/22 22:02:32 tron Exp $ DISTNAME= esound-0.2.8 CATEGORIES= audio -MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \ - ftp://ftp.sunet.se/pub/X11/GNOME/gnome-1.0/sources/ \ - ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/ +MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0/sources/} MAINTAINER= root@garbled.net HOMEPAGE= http://pw1.netcom.com/~ericmit/EsounD.html diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 701b90c74bd..0559123e874 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.5 1999/06/19 15:19:11 tron Exp $ +# $NetBSD: Makefile,v 1.6 1999/08/22 22:02:32 tron Exp $ # FreeBSD Id: Makefile,v 1.2 1999/01/27 08:31:48 fenner Exp # DISTNAME= audiofile-0.1.6 PKGNAME= libaudiofile-0.1.6 CATEGORIES= audio -MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \ - ftp://ftp.sunet.se/pub/X11/GNOME/gnome-1.0/sources/ \ - ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/ +MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0/sources/} MAINTAINER= tron@netbsd.org |