diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-06 14:32:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-06 14:32:42 +0000 |
commit | 9a674c06409487aa7767881a4c1c6109e24c23f0 (patch) | |
tree | 0c4f713ea50cbb4186bd46830e8eec43e7f4cec4 /sysutils/xen-tools | |
parent | 788961904180b787c2256aafe4cd24e59cf94dab (diff) | |
download | ports-9a674c06409487aa7767881a4c1c6109e24c23f0.tar.gz ports-9a674c06409487aa7767881a4c1c6109e24c23f0.zip |
Notes
Diffstat (limited to 'sysutils/xen-tools')
-rw-r--r-- | sysutils/xen-tools/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xen-tools/Makefile b/sysutils/xen-tools/Makefile index 45ae89ccd148..de2dc3982a72 100644 --- a/sysutils/xen-tools/Makefile +++ b/sysutils/xen-tools/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ -PORTNAME= xl +PORTNAME= xen +PKGNAMESUFFIX= -tools PORTVERSION= 4.5.0 CATEGORIES= emulators MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ \ @@ -24,7 +25,7 @@ RUN_DEPENDS= /boot/xen:${PORTSDIR}/emulators/xen CONFIGURE_ARGS= --disable-xen SEABIOSVERSION= 1.8.1 -DISTFILES+= xen-${PORTVERSION}.tar.gz \ +DISTFILES+= ${PORTNAME}-${PORTVERSION}.tar.gz \ seabios-${SEABIOSVERSION}.tar.gz:seabios WRKSRC= ${WRKDIR}/xen-${PORTVERSION} |