diff options
author | nox <nox@FreeBSD.org> | 2010-10-24 23:51:33 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2010-10-24 23:51:33 +0800 |
commit | d3f6cf4db6fd33a642c7040530a48a5ef32f8be4 (patch) | |
tree | 5982391089d6d704956170c8ad87d6cf3ee8d0b1 /emulators | |
parent | 9cd37bd8adca9c6cdfc405aa3b9d5070e57f06d9 (diff) | |
download | freebsd-ports-gnome-d3f6cf4db6fd33a642c7040530a48a5ef32f8be4.tar.gz freebsd-ports-gnome-d3f6cf4db6fd33a642c7040530a48a5ef32f8be4.tar.zst freebsd-ports-gnome-d3f6cf4db6fd33a642c7040530a48a5ef32f8be4.zip |
Fix MASTER_SITES:snapshot usage in preparation for future updates
that might use a snapshot distfile again (i.e. the change currently
has no effect.)
PR: ports/151673
Submitted by: sahil
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 a067b3a12478..ec3c7b731b08 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -9,7 +9,7 @@ PORTNAME= qemu PORTVERSION= 0.13.0 CATEGORIES= emulators MASTER_SITES= SAVANNAH:release \ - ${MASTER_SITE_LOCAL}:snapshot \ + LOCAL:snapshot \ http://people.freebsd.org/~nox/qemu/:snapshot MASTER_SITE_SUBDIR= qemu/:release nox/:snapshot PKGNAMESUFFIX= -devel |