diff options
| author | Peter Pentchev <roam@FreeBSD.org> | 2001-01-22 12:14:51 +0000 |
|---|---|---|
| committer | Peter Pentchev <roam@FreeBSD.org> | 2001-01-22 12:14:51 +0000 |
| commit | 6d2791b08aa5ac1cb667ca4b1fcc064b6ef8e04e (patch) | |
| tree | 9547749faa47791a68e3357e27a55b7f0022b2c7 | |
| parent | Fix for the latest -current. (sys/select.h -> sys/selinfo.h) (diff) | |
Remove obsolete MASTER_SITES.
PR: 24527
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=37433
| -rw-r--r-- | audio/xmms/Makefile | 8 | ||||
| -rw-r--r-- | multimedia/xmms/Makefile | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index 2b7c7041d29c..3faa76d8a19d 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -9,13 +9,7 @@ PORTNAME= xmms PORTVERSION= 1.2.4 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \ - ftp://ftp.uk.xmms.org/xmms/1.2.x/ \ - ftp://ftp.us.xmms.org/xmms/1.2.x/ \ - ftp://ftp.ca.us.xmms.org/xmms/1.2.x/ \ - ftp://ftp.md.us.xmms.org/xmms/1.2.x/ \ - ftp://ftp.nl.xmms.org/xmms/1.2.x/ \ - ftp://ftp.de.xmms.org/xmms/1.2.x/ +MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ MAINTAINER= esk@ira.uka.de diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile index 2b7c7041d29c..3faa76d8a19d 100644 --- a/multimedia/xmms/Makefile +++ b/multimedia/xmms/Makefile @@ -9,13 +9,7 @@ PORTNAME= xmms PORTVERSION= 1.2.4 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \ - ftp://ftp.uk.xmms.org/xmms/1.2.x/ \ - ftp://ftp.us.xmms.org/xmms/1.2.x/ \ - ftp://ftp.ca.us.xmms.org/xmms/1.2.x/ \ - ftp://ftp.md.us.xmms.org/xmms/1.2.x/ \ - ftp://ftp.nl.xmms.org/xmms/1.2.x/ \ - ftp://ftp.de.xmms.org/xmms/1.2.x/ +MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ MAINTAINER= esk@ira.uka.de |
