aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-user-static
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2014-08-18 18:53:16 +0000
committerJuergen Lock <nox@FreeBSD.org>2014-08-18 18:53:16 +0000
commitb41ddd0635edcddd3d1fb2f4a3d3ae363a00c2f0 (patch)
treef609733df028e2bf4bafd4f5b2becad50c725e05 /emulators/qemu-user-static
parent999739c2d49ef3756836310c5b2dac9c9fcfb5fd (diff)
downloadports-b41ddd0635edcddd3d1fb2f4a3d3ae363a00c2f0.tar.gz
ports-b41ddd0635edcddd3d1fb2f4a3d3ae363a00c2f0.zip
- Update to 2.0.2, announce message is here:
http://thread.gmane.org/gmane.comp.emulators.qemu/291585 - Strip executables by default. - Switch to USES=python:2,build.
Notes
Notes: svn path=/head/; revision=365340
Diffstat (limited to 'emulators/qemu-user-static')
-rw-r--r--emulators/qemu-user-static/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/qemu-user-static/Makefile b/emulators/qemu-user-static/Makefile
index d04ab4aff218..b097eb8c3934 100644
--- a/emulators/qemu-user-static/Makefile
+++ b/emulators/qemu-user-static/Makefile
@@ -21,6 +21,7 @@ post-install:
@${RM} -r ${STAGEDIR}${PREFIX}/etc
@${RM} -r ${STAGEDIR}${PREFIX}/man
@${RM} -r ${STAGEDIR}${DATADIR}
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qemu-*
@(cd ${STAGEDIR}${PREFIX}/bin && \
for i in qemu-*; do ${MV} -i $$i $$i-static; done)