diff options
author | ahze <ahze@FreeBSD.org> | 2005-07-21 06:58:59 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-07-21 06:58:59 +0000 |
commit | 02168a7f8b26f38d86165e867e309d784982bd60 (patch) | |
tree | 1e0ffedacd9acf9b84658890a0a9e10eb6cfceab | |
parent | 3e86fd7adb161d0e82d15feedb73c2cf0312ec4c (diff) | |
download | FreeBSD-ports-02168a7f8b26f38d86165e867e309d784982bd60.zip FreeBSD-ports-02168a7f8b26f38d86165e867e309d784982bd60.tar.gz |
- Fix fetch by adding more mirrors.
PR: 83827
Submitted by: maintainer
-rw-r--r-- | games/pydance/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/pydance/Makefile b/games/pydance/Makefile index defb2b1..190ea93 100644 --- a/games/pydance/Makefile +++ b/games/pydance/Makefile @@ -8,7 +8,10 @@ PORTNAME= pydance PORTVERSION= 1.0.3 CATEGORIES= games -MASTER_SITES= http://www.icculus.org/pyddr/ +MASTER_SITES= \ + http://offload1.icculus.org/pyddr/ \ + http://www.icculus.org/pyddr/ \ + http://www.informatik.uni-frankfurt.de/~polzer/distfiles/ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz ${SONGS} DIST_SUBDIR= pydance EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz |