diff options
author | cegger <cegger@pkgsrc.org> | 2008-09-03 09:36:16 +0000 |
---|---|---|
committer | cegger <cegger@pkgsrc.org> | 2008-09-03 09:36:16 +0000 |
commit | 7dd3b09eec7d4deaea249f0b1468a6e56faa9b27 (patch) | |
tree | 3460d8331e66e4cebf892e9b1509ea3253c75e71 | |
parent | 0bb14f6efb490ef54be02202da638df304932d28 (diff) | |
download | pkgsrc-7dd3b09eec7d4deaea249f0b1468a6e56faa9b27.tar.gz |
fix installation on i386, where MACHINE_ARCH expands to i386.
Reported by Marcin M. Jessa via private mail.
-rw-r--r-- | sysutils/xentools33/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xentools33/PLIST b/sysutils/xentools33/PLIST index 220eb75d636..64dc78fbf4e 100644 --- a/sysutils/xentools33/PLIST +++ b/sysutils/xentools33/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2008/08/19 17:38:09 cegger Exp $ +@comment $NetBSD: PLIST,v 1.5 2008/09/03 09:36:16 cegger Exp $ bin/lsevtchn bin/pygrub bin/readnotes @@ -37,10 +37,10 @@ include/xen/arch-x86/cpuid.h include/xen/arch-x86/hvm/save.h include/xen/arch-x86/xen-mca.h include/xen/arch-x86/xen-x86_32.h -include/xen/arch-x86/xen-${MACHINE_ARCH}.h +include/xen/arch-x86/xen-x86_64.h include/xen/arch-x86/xen.h include/xen/arch-x86_32.h -include/xen/arch-${MACHINE_ARCH}.h +include/xen/arch-x86_64.h include/xen/callback.h include/xen/dom0_ops.h include/xen/domctl.h @@ -50,7 +50,7 @@ include/xen/event_channel.h include/xen/features.h include/xen/foreign/ia64.h include/xen/foreign/x86_32.h -include/xen/foreign/${MACHINE_ARCH}.h +include/xen/foreign/x86_64.h include/xen/grant_table.h include/xen/hvm/e820.h include/xen/hvm/hvm_info_table.h |