diff options
author | wiz <wiz> | 2002-09-24 13:01:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-24 13:01:15 +0000 |
commit | a3f6984c9eec81a01a160c534372745098a3167a (patch) | |
tree | 8a1fbd2e61426db54857e76b9fd972afe40274fd /audio | |
parent | 5311660e46c2cd1ab49aae4c64a22f895f066def (diff) | |
download | pkgsrc-a3f6984c9eec81a01a160c534372745098a3167a.tar.gz |
Use MASTER_SITES_GNOME.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/esound/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 88a97566eff..bda130b2b1c 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2002/09/23 15:02:26 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2002/09/24 13:01:15 wiz Exp $ DISTNAME= esound-0.2.29 CATEGORIES= audio -MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/ \ - ftp://gd.tuwien.ac.at/hci/GNOME/gnome.org/sources/esound/0.2/ +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/esound/0.2/} MAINTAINER= root@garbled.net HOMEPAGE= http://www.tux.org/~ricdude/EsounD.html |