diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-07-21 06:58:59 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-07-21 06:58:59 +0000 |
commit | 3cf9f2af29a67d71fff5e3636b884bfeaec8d4f7 (patch) | |
tree | 77020c029a5e977fdc32f4c3b654b8a7cf7ce3eb /games/pydance | |
parent | 0338f26dad0b6c153ae8e7c9a092bae97a764d3b (diff) | |
download | ports-3cf9f2af29a67d71fff5e3636b884bfeaec8d4f7.tar.gz ports-3cf9f2af29a67d71fff5e3636b884bfeaec8d4f7.zip |
Notes
Diffstat (limited to 'games/pydance')
-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 |