diff options
author | Juergen Lock <nox@FreeBSD.org> | 2009-09-20 10:02:31 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2009-09-20 10:02:31 +0000 |
commit | 59353101d801fb582f145d08191f331bcecbf94b (patch) | |
tree | 55b8bd77e9fdf4d65a9b2c148963226950274a61 /emulators | |
parent | cb10353ec48c05b974ffdc26bd243c621500ad73 (diff) |
Notes
Diffstat (limited to 'emulators')
-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 |