diff options
author | asau <asau> | 2012-08-01 12:22:28 +0000 |
---|---|---|
committer | asau <asau> | 2012-08-01 12:22:28 +0000 |
commit | 2427265f482536a3951e3b0d187821975f3d35d1 (patch) | |
tree | 9551744716297068579b62bcb53b47699144e50e /sysutils/xenkernel41 | |
parent | f42fb3ad33942839b73239b78f86853c8b71a40d (diff) | |
download | pkgsrc-2427265f482536a3951e3b0d187821975f3d35d1.tar.gz |
Use default WRKSRC.
Diffstat (limited to 'sysutils/xenkernel41')
-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 |