diff options
author | asau <asau> | 2012-10-23 19:50:50 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-23 19:50:50 +0000 |
commit | 3d48b4c2985507f97d8649437b36250d0d4ba562 (patch) | |
tree | 7ee285aeaed7acbbe1f3c5cf0a367eb5369aafaa /sysutils/xenkernel41 | |
parent | 734fbfa8d4872b772a57d6b2dd24f032406cda48 (diff) | |
download | pkgsrc-3d48b4c2985507f97d8649437b36250d0d4ba562.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
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 3869d902733..e9562416968 100644 --- a/sysutils/xenkernel41/Makefile +++ b/sysutils/xenkernel41/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/09/16 19:46:02 dholland Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/23 19:51:36 asau Exp $ # VERSION= 4.1.3 @@ -14,8 +14,6 @@ COMMENT= Xen 4.1.x Kernel LICENSE= gnu-gpl-v2 -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 |