diff options
author | bapt <bapt@FreeBSD.org> | 2015-04-06 07:23:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-04-06 07:23:32 +0800 |
commit | 261f9ddf9e971ae3f4dcd1d0044ea192d88f07fa (patch) | |
tree | 798fc39695d086c294c3d8d42533ae08560bc0f1 | |
parent | b9c412e7d876c9edcce29d0d467f1f8fc5cd2db6 (diff) | |
download | freebsd-ports-gnome-261f9ddf9e971ae3f4dcd1d0044ea192d88f07fa.tar.gz freebsd-ports-gnome-261f9ddf9e971ae3f4dcd1d0044ea192d88f07fa.tar.zst freebsd-ports-gnome-261f9ddf9e971ae3f4dcd1d0044ea192d88f07fa.zip |
Fix MASTER_SITES
-rw-r--r-- | emulators/xl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xl/Makefile b/emulators/xl/Makefile index f7e6a3c0bb43..45ae89ccd148 100644 --- a/emulators/xl/Makefile +++ b/emulators/xl/Makefile @@ -3,7 +3,7 @@ PORTNAME= xl PORTVERSION= 4.5.0 CATEGORIES= emulators -MASTER_SITES= http://bits.xensource.com/oss-xen/release/ \ +MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ \ http://code.coreboot.org/p/seabios/downloads/get/:seabios MAINTAINER= bapt@FreeBSD.org |