diff options
Diffstat (limited to 'sysutils/xentools41/Makefile')
-rw-r--r-- | sysutils/xentools41/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/xentools41/Makefile b/sysutils/xentools41/Makefile index 9450766477d..5222bc4062a 100644 --- a/sysutils/xentools41/Makefile +++ b/sysutils/xentools41/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.20 2012/07/16 22:55:25 jym Exp $ +# $NetBSD: Makefile,v 1.21 2012/09/12 11:09:32 drochner Exp $ # # VERSION is set in version.mk as it is shared with other packages .include "version.mk" DISTNAME= xen-${VERSION} PKGNAME= xentools41-${VERSION} -PKGREVISION= 8 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ |