diff options
author | nox <nox@FreeBSD.org> | 2009-09-20 18:02:31 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2009-09-20 18:02:31 +0800 |
commit | 8751513e1f401a85232cb6cef0c902c69c171b6c (patch) | |
tree | c1e799378857b12f2a7f0834c31cb34b50c0eab8 | |
parent | 3598e95efac2652b96d868d3ca238da962a1f3a0 (diff) | |
download | freebsd-ports-gnome-8751513e1f401a85232cb6cef0c902c69c171b6c.tar.gz freebsd-ports-gnome-8751513e1f401a85232cb6cef0c902c69c171b6c.tar.zst freebsd-ports-gnome-8751513e1f401a85232cb6cef0c902c69c171b6c.zip |
Fix fetch after one mirror disappeared (MASTER_SITE_SUBDIR was missing.)
Submitted by: pointyhat via miwi
Feature safe: yes
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |