diff options
-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 defb2b1d7de7..190ea93b4187 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 |