From 8751513e1f401a85232cb6cef0c902c69c171b6c Mon Sep 17 00:00:00 2001 From: nox Date: Sun, 20 Sep 2009 10:02:31 +0000 Subject: Fix fetch after one mirror disappeared (MASTER_SITE_SUBDIR was missing.) Submitted by: pointyhat via miwi Feature safe: yes --- emulators/qemu-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/qemu-devel') diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index b4ae593ac161..d0f38a836a15 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -11,8 +11,8 @@ PORTREVISION= 5 CATEGORIES= emulators MASTER_SITES= http://bellard.org/qemu/:release \ http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \ - http://people.fruitsalad.org/nox/qemu/:snapshot \ ${MASTER_SITE_LOCAL}:snapshot +MASTER_SITE_SUBDIR= nox/:snapshot PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-snapshot-2008-06-20_19 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot -- cgit