diff options
Diffstat (limited to 'sysutils/xentools42/Makefile')
-rw-r--r-- | sysutils/xentools42/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile index d240e591ede..6a27185f6b1 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2013/05/26 20:27:43 bouyer Exp $ +# $NetBSD: Makefile,v 1.5 2013/05/31 12:42:05 wiz Exp $ # # VERSION is set in version.mk as it is shared with other packages .include "version.mk" DISTNAME= xen-${VERSION} PKGNAME= xentools42-${VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ |