diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-24 09:24:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-24 09:24:09 +0000 |
commit | 9d61120efcc25ef474367cf53c0536000df92533 (patch) | |
tree | be8ae40e7ea847f2707abdbc10d4d520d069ae7d | |
parent | - Remove dead MASTER_SITES and add the new one (diff) |
- Fix MASTER_SITES
PR: ports/67102
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
-rw-r--r-- | audio/teamspeak_client/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/teamspeak_client/Makefile b/audio/teamspeak_client/Makefile index a7c1ceddd580..484667b05e50 100644 --- a/audio/teamspeak_client/Makefile +++ b/audio/teamspeak_client/Makefile @@ -8,11 +8,11 @@ PORTNAME= teamspeak_client PORTVERSION= 2.0.32 CATEGORIES= audio -MASTER_SITES= ftp://ftp2.teamspeak.org/releases/ \ - http://www.teamspeak.org/files/ \ - http://www.gsoft.com.au/~doconnor/ +MASTER_SITES= ftp://ftp2.teamspeak.org/releases/:main \ + ftp://teamspeak.krawall.de/releases/:main \ + http://www.gsoft.com.au/~doconnor/:misc DISTNAME= ts2_client_rc2_2032 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} setduplexfake.so.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main setduplexfake.so.gz:misc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= darius@dons.net.au |