diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-12-05 17:44:37 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-12-05 17:44:37 +0000 |
commit | adb279437e29531056451839fc9318ef4182129b (patch) | |
tree | bb29d0786c4538cd3c88adfb470c6a175ece70c8 /emulators/qemu-devel/Makefile | |
parent | - Mark BROKEN: tidy now installs as tidy-4 (diff) |
Mirror main distfile on MASTER_SITE_LOCAL as original mastersite seems
to be unavailable for a little while now.
Feature safe: yes
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r-- | emulators/qemu-devel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 2ffed429db9b..8cb8a56ba378 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -8,10 +8,9 @@ PORTNAME= qemu PORTVERSION= 1.0 CATEGORIES= emulators -MASTER_SITES= SAVANNAH:release \ - http://wiki.qemu.org/download/:release \ - LOCAL:snapshot -MASTER_SITE_SUBDIR= qemu/:release nox/:snapshot +MASTER_SITES= http://wiki.qemu.org/download/qemu/:release \ + LOCAL/nox:release \ + LOCAL/nox:snapshot PKGNAMESUFFIX= -devel DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:release \ sgabios-read-only-r8${EXTRACT_SUFX}:snapshot |