diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-02-06 11:31:47 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-02-06 11:31:47 +0000 |
commit | ca0fbe8ad5dcb10c95400f137377cb7f7c391118 (patch) | |
tree | 272c01c33e3d45e7fe904e5cad3b9438b82beba0 /audio/sdl_sound | |
parent | 8302f4392068ecbd8fb02d9f13cdf908eb4f4755 (diff) | |
download | ports-ca0fbe8ad5dcb10c95400f137377cb7f7c391118.tar.gz ports-ca0fbe8ad5dcb10c95400f137377cb7f7c391118.zip |
Notes
Diffstat (limited to 'audio/sdl_sound')
-rw-r--r-- | audio/sdl_sound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile index f077895c9751..d031e81f6821 100644 --- a/audio/sdl_sound/Makefile +++ b/audio/sdl_sound/Makefile @@ -8,7 +8,8 @@ PORTNAME= sdl_sound PORTVERSION= 1.0.3 CATEGORIES= audio -MASTER_SITES= http://www.icculus.org/SDL_sound/downloads/ +MASTER_SITES= http://offload1.icculus.org:9090/SDL_sound/downloads/ \ + http://offload2.icculus.org:9090/SDL_sound/downloads/ DISTNAME= SDL_sound-${PORTVERSION} MAINTAINER= mva@sysfault.org |