aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2012-01-29 14:43:45 +0000
committerJuergen Lock <nox@FreeBSD.org>2012-01-29 14:43:45 +0000
commit6fb53f02ba8ea87db608371f5a6b91b868b9797c (patch)
tree7870dfcb0acb297c6df5e2bede98ef298599d862 /emulators/qemu-devel
parent34c7a0d3286601adef281d3dfe2df1f9afdc56a6 (diff)
downloadports-6fb53f02ba8ea87db608371f5a6b91b868b9797c.tar.gz
ports-6fb53f02ba8ea87db608371f5a6b91b868b9797c.zip
- Fix pkg-plist.
- Bump PORTREVISION. PR: ports/164571 Submitted by: Jimmy Olgeni <olgeni@freebsd.org>
Notes
Notes: svn path=/head/; revision=290029
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r--emulators/qemu-devel/Makefile2
-rw-r--r--emulators/qemu-devel/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index da2d7778ad70..afb6d7473bdd 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -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 \
diff --git a/emulators/qemu-devel/pkg-plist b/emulators/qemu-devel/pkg-plist
index 0b0493afa3f7..f7470a0c9d1e 100644
--- a/emulators/qemu-devel/pkg-plist
+++ b/emulators/qemu-devel/pkg-plist
@@ -37,7 +37,7 @@ etc/qemu-ifdown.sample
@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