diff options
Diffstat (limited to 'sysutils/intel-microcode-netbsd/Makefile')
-rw-r--r-- | sysutils/intel-microcode-netbsd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/intel-microcode-netbsd/Makefile b/sysutils/intel-microcode-netbsd/Makefile index 6bedd41b479..f2b6bcd1f89 100644 --- a/sysutils/intel-microcode-netbsd/Makefile +++ b/sysutils/intel-microcode-netbsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/09/18 07:56:52 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/23 19:51:08 asau Exp $ # DISTNAME= microcode-20120606 @@ -12,8 +12,6 @@ HOMEPAGE= http://downloadmirror.intel.com/21385/eng/ COMMENT= Firmware updates for Intel x86 processors #LICENSE= # TODO: (see mk/license.mk) -PKG_DESTDIR_SUPPORT= user-destdir - ONLY_FOR_PLATFORM+= NetBSD-6.99.*-i386 ONLY_FOR_PLATFORM+= NetBSD-6.99.*-x86_64 |