diff options
author | roam <roam@FreeBSD.org> | 2001-01-22 20:14:51 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-01-22 20:14:51 +0800 |
commit | bda4e339e174aba9b30d9bab117e95b05c732889 (patch) | |
tree | 5b54a2d7dc5549bc327b293b7783af80dd1a62f7 | |
parent | 0daf4a7cb4f7eebb15037778f8d58c602539124a (diff) | |
download | freebsd-ports-gnome-bda4e339e174aba9b30d9bab117e95b05c732889.tar.gz freebsd-ports-gnome-bda4e339e174aba9b30d9bab117e95b05c732889.tar.zst freebsd-ports-gnome-bda4e339e174aba9b30d9bab117e95b05c732889.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 |