Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/Makefile,v retrieving revision 1.133 diff -u -u -r1.133 Makefile --- Makefile 12 Dec 2011 18:35:47 -0000 1.133 +++ Makefile 28 Jan 2012 13:43:50 -0000 @@ -7,7 +7,7 @@ PORTNAME= qemu PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/qemu/:release \ LOCAL/nox:release \ Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/pkg-plist,v retrieving revision 1.33 diff -u -u -r1.33 pkg-plist --- pkg-plist 2 Dec 2011 19:28:07 -0000 1.33 +++ pkg-plist 28 Jan 2012 13:43:50 -0000 @@ -37,7 +37,7 @@ @exec if [ ! -f %D/etc/qemu-ifdown ] ; then cp -p %D/%F %B/qemu-ifdown; fi @unexec if cmp -s %D/etc/qemu/target-x86_64.conf.sample %D/etc/qemu/target-x86_64.conf; then rm -f %D/etc/qemu/target-x86_64.conf; fi etc/qemu/target-x86_64.conf.sample -@exec if [ ! -f %D/etc/qemu/target-x86_64.conf ] ; then cp -p %D/%F %B/etc/qemu/target-x86_64.conf; fi +@exec if [ ! -f %D/etc/qemu/target-x86_64.conf ] ; then cp -p %D/%F %D/etc/qemu/target-x86_64.conf; fi @dirrmtry etc/qemu %%DATADIR%%/bios.bin %%DATADIR%%/vgabios.bin