diff options
author | drochner <drochner@pkgsrc.org> | 2001-05-11 15:10:24 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-05-11 15:10:24 +0000 |
commit | 083f2549adcad32f49cfc5c05e0344c9c373d3e9 (patch) | |
tree | 2af08fb6ef580d3b6b56e7df28ccaedf8f804b99 /audio/xmms | |
parent | 0c6ad0bf36814a52754ebc312b58f9fff048634b (diff) | |
download | pkgsrc-083f2549adcad32f49cfc5c05e0344c9c373d3e9.tar.gz |
correct MASTER_SITES
Diffstat (limited to 'audio/xmms')
-rw-r--r-- | audio/xmms/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index 3bd46ce7361..fa94808654d 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -1,16 +1,11 @@ -# $NetBSD: Makefile,v 1.16 2001/05/10 11:45:39 tron Exp $ +# $NetBSD: Makefile,v 1.17 2001/05/11 15:10:24 drochner Exp $ # FreeBSD: ports/audio/xmms/Makefile,v 1.9 2000/02/11 01:46:12 cpiazza Exp DISTNAME= xmms-1.0.1 PKGNAME= ${DISTNAME}nb1 CATEGORIES= audio -MASTER_SITES= ftp://ftp.xmms.org/xmms/1.0/ \ - ftp://ftp.uk.xmms.org/xmms/1.0/ \ - ftp://ftp.us.xmms.org/xmms/1.0/ \ - ftp://ftp.ca.us.xmms.org/xmms/1.0/ \ - ftp://ftp.md.us.xmms.org/xmms/1.0/ \ - ftp://ftp.nl.xmms.org/xmms/1.0/ \ - ftp://ftp.de.xmms.org/xmms/1.0/ +MASTER_SITES= ftp://ftp.xmms.org/xmms/1.0.x/ \ + ftp://ftp.sunet.se/pub/multimedia/xmms/1.0.x/ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.xmms.org/ |