diff options
author | maya <maya@pkgsrc.org> | 2017-08-23 02:57:09 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-08-23 02:57:09 +0000 |
commit | cfe89ac9c7dfbe7b89966b209762398ee4a709d2 (patch) | |
tree | 53b7fe5f5ac755f840d4687a732461dfffaaea59 /sysutils/xentools42/Makefile | |
parent | 11b6833b31329b2cb2170a7ea58ba7ba699e5604 (diff) | |
download | pkgsrc-cfe89ac9c7dfbe7b89966b209762398ee4a709d2.tar.gz |
Blindly make the same change as xentools45, handle ocaml-findlib appending
destdir. Blind because this package doesn't build due to -Werror and warnings
bump PKGREVISION in case ocaml updates affected things.
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 b80e749d614..47e8fd90487 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.59 2017/07/24 11:37:49 maya Exp $ +# $NetBSD: Makefile,v 1.60 2017/08/23 02:57:09 maya Exp $ VERSION= 4.2.5 VERSION_IPXE= 1.0.0 DISTNAME= xen-${VERSION} PKGNAME= xentools42-${VERSION} -PKGREVISION= 23 +PKGREVISION= 24 CATEGORIES= sysutils MASTER_SITES= https://downloads.xenproject.org/release/xen/${VERSION}/ |