summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/Makefile
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2014-05-20 15:57:31 +0000
committerJuergen Lock <nox@FreeBSD.org>2014-05-20 15:57:31 +0000
commitd4b92c1491f9caa1bacff421f9b22a56ad302e82 (patch)
tree862f43c1cf5b0293f9587c397d31b89af5bf303d /emulators/qemu-devel/Makefile
parent- Stage support [1] (diff)
Pet check-plist. (I thought this was fixed by r354246 but looks like
that commit only handles the pkgng case not pkg_*...) Submitted by: jenkins via swills
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r--emulators/qemu-devel/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index f0300695724b..cb46aebbfb58 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -295,12 +295,8 @@ post-install:
.endif
@${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifup.sample ${STAGEDIR}${PREFIX}/etc
@${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${STAGEDIR}${PREFIX}/etc
- @if [ ! -f ${PREFIX}/etc/qemu-ifup ]; then \
- ${CP} -p ${STAGEDIR}${PREFIX}/etc/qemu-ifup.sample ${STAGEDIR}${PREFIX}/etc/qemu-ifup ; \
- fi
- @if [ ! -f ${PREFIX}/etc/qemu-ifdown ]; then \
- ${CP} -p ${STAGEDIR}${PREFIX}/etc/qemu-ifdown.sample ${STAGEDIR}${PREFIX}/etc/qemu-ifdown ; \
- fi
+ @(cd ${STAGEDIR}${PREFIX}/etc/qemu && \
+ ${MV} -i target-x86_64.conf target-x86_64.conf.sample)
.endif
.include <bsd.port.mk>