diff options
author | Juergen Lock <nox@FreeBSD.org> | 2007-06-08 03:12:11 +0800 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2007-06-08 03:12:11 +0800 |
commit | 3c0080f3fd689edb66a109b18e507b5293b4a5c6 (patch) | |
tree | ea44315f9ce56671c936ec06dd49f718666047e0 /emulators/qemu/Makefile | |
parent | c40c31c7cb195151430f3008fba65a5ec5c348ec (diff) | |
download | freebsd-ports-gnome-3c0080f3fd689edb66a109b18e507b5293b4a5c6.tar.gz freebsd-ports-gnome-3c0080f3fd689edb66a109b18e507b5293b4a5c6.tar.zst freebsd-ports-gnome-3c0080f3fd689edb66a109b18e507b5293b4a5c6.zip |
Add another MASTER_SITE while qemu.org is down.
Submitted by: fenner@ (portsurvey)
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index ac52a214aa43..5578ef2b306f 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -9,7 +9,8 @@ PORTNAME= qemu PORTVERSION= 0.9.0 PORTREVISION= 3 CATEGORIES= emulators -MASTER_SITES= http://qemu.org/:release \ +MASTER_SITES= http://fabrice.bellard.free.fr/qemu/:release \ + http://qemu.org/:release \ http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \ http://people.fruitsalad.org/nox/qemu/:snapshot \ http://www.volny.cz/xnavara/qemu/:snapshot \ |