diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-05 23:23:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-05 23:23:32 +0000 |
commit | 66664696a4226035f050a88b9b12ed41b84eb7f8 (patch) | |
tree | 798fc39695d086c294c3d8d42533ae08560bc0f1 /emulators | |
parent | bf12eff187ba937914f04e33f78ed4c0c5edd781 (diff) | |
download | ports-66664696a4226035f050a88b9b12ed41b84eb7f8.tar.gz ports-66664696a4226035f050a88b9b12ed41b84eb7f8.zip |
Notes
Diffstat (limited to 'emulators')
-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 |