diff options
author | nox <nox@FreeBSD.org> | 2012-01-29 22:43:45 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2012-01-29 22:43:45 +0800 |
commit | 68b1d88beebacae6b348cef1584e533cc1e595dd (patch) | |
tree | 91cd65c68283fcdf8831422dbee658d46eab8ad0 /emulators | |
parent | ad67a8604b6880602e3cebe07fcff4b5a56a5c5d (diff) | |
download | freebsd-ports-gnome-68b1d88beebacae6b348cef1584e533cc1e595dd.tar.gz freebsd-ports-gnome-68b1d88beebacae6b348cef1584e533cc1e595dd.tar.zst freebsd-ports-gnome-68b1d88beebacae6b348cef1584e533cc1e595dd.zip |
- Fix pkg-plist.
- Bump PORTREVISION.
PR: ports/164571
Submitted by: Jimmy Olgeni <olgeni@freebsd.org>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/qemu-devel/pkg-plist | 2 |
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 |