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 | 485f1b4641f8a83fe50892d0db5253a6b56871d7 (diff) | |
download | freebsd-ports-6d2791b08aa5ac1cb667ca4b1fcc064b6ef8e04e.zip |
Remove obsolete MASTER_SITES.
PR: 24527
Submitted by: maintainer
-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 |