diff options
author | asau <asau@pkgsrc.org> | 2012-08-01 12:22:28 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-08-01 12:22:28 +0000 |
commit | 91629e1b85bfa85da962ce58fd496ad21edf248e (patch) | |
tree | 9551744716297068579b62bcb53b47699144e50e /sysutils | |
parent | b4f1d49f8e23f1a188962673ecf104944d9485ce (diff) | |
download | pkgsrc-91629e1b85bfa85da962ce58fd496ad21edf248e.tar.gz |
Use default WRKSRC.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xenkernel41/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/xenkernel41/Makefile b/sysutils/xenkernel41/Makefile index b1ed5f56946..c07d4410732 100644 --- a/sysutils/xenkernel41/Makefile +++ b/sysutils/xenkernel41/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/07/27 18:50:34 drochner Exp $ +# $NetBSD: Makefile,v 1.9 2012/08/01 12:22:28 asau Exp $ # VERSION= 4.1.2 @@ -20,8 +20,6 @@ PKG_DESTDIR_SUPPORT= user-destdir ONLY_FOR_PLATFORM= Linux-2.6*-i386 Linux-2.6*-x86_64 ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386 -WRKSRC= ${WRKDIR}/xen-${VERSION} - NO_CONFIGURE= yes USE_TOOLS+= gmake |