diff options
author | sborrill <sborrill@pkgsrc.org> | 2011-10-03 17:01:06 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2011-10-03 17:01:06 +0000 |
commit | 8a909b4225ef9be1794cc489c15ed1a317518812 (patch) | |
tree | 4364def2e29cb161868faaee27d2f936433a3ab0 /sysutils/xentools41 | |
parent | 5f7cbebed6084c42cb27785832571f47fa5a0014 (diff) | |
download | pkgsrc-8a909b4225ef9be1794cc489c15ed1a317518812.tar.gz |
Switch to using version number from version.mk.
Conflict with xenstoretools.
OK cegger@
Diffstat (limited to 'sysutils/xentools41')
-rw-r--r-- | sysutils/xentools41/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/xentools41/Makefile b/sysutils/xentools41/Makefile index 6d9cc36319a..4120bb0e8c3 100644 --- a/sysutils/xentools41/Makefile +++ b/sysutils/xentools41/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2011/06/16 13:40:06 cegger Exp $ +# $NetBSD: Makefile,v 1.11 2011/10/03 17:01:06 sborrill Exp $ # -VERSION= 4.1.1 +# VERSION is set in version.mk as it is shared with other packages +.include "version.mk" + DISTNAME= xen-${VERSION} PKGNAME= xentools41-${VERSION} #PKGREVISION= 1 @@ -33,6 +35,7 @@ ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386 CONFLICTS+= libxen-[0-9]* CONFLICTS+= xentools20-[0-9]* CONFLICTS+= xentools3* +CONFLICTS+= xenstoretools-* WRKSRC= ${WRKDIR}/xen-${VERSION}/tools CHECK_PORTABILITY_SKIP= examples/* |