diff options
author | Juergen Lock <nox@FreeBSD.org> | 2008-06-20 22:14:55 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2008-06-20 22:14:55 +0000 |
commit | 5b5db960b8bdafcabac58cc508beb944d5938963 (patch) | |
tree | 3e997c6df00446bb4447080ccc13f859f5152017 /emulators | |
parent | 6788b20c4dc25b0e23cfe454bf1adb4fab0cb8a9 (diff) | |
download | ports-5b5db960b8bdafcabac58cc508beb944d5938963.tar.gz ports-5b5db960b8bdafcabac58cc508beb944d5938963.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 78b7108f0baa..260d519d345b 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -9,7 +9,7 @@ PORTNAME= qemu PORTVERSION= 0.9.1 PORTREVISION= 9 CATEGORIES= emulators -MASTER_SITES= http://fabrice.bellard.free.fr/qemu/:release \ +MASTER_SITES= http://bellard.org/qemu/:release \ http://qemu.org/:release \ http://people.freebsd.org/~maho/qemu/:misc DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:release |