diff options
author | sbruno <sbruno@FreeBSD.org> | 2016-02-19 11:16:02 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2016-02-19 11:16:02 +0800 |
commit | 473b33919024c85848d693bb238423e0863dcf74 (patch) | |
tree | f484964fa500a6504664c58d5bb4faeacac35cb1 | |
parent | bc4e938b8d1dbf9bbbe2a6fd0bf5a723b7dcff1d (diff) | |
download | freebsd-ports-gnome-473b33919024c85848d693bb238423e0863dcf74.tar.gz freebsd-ports-gnome-473b33919024c85848d693bb238423e0863dcf74.tar.zst freebsd-ports-gnome-473b33919024c85848d693bb238423e0863dcf74.zip |
Bump PORTREVISION:
palcode-clipper is an alpha binary for use with qemu, not something that
should be stripped.
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index b401b26b7ade..0435812cbf77 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.5.50.g20160215 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -276,7 +276,6 @@ post-install: ${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${STAGEDIR}${PREFIX}/etc @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qemu-* @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ivshmem-* - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/qemu/palcode-clipper .endif .include <bsd.port.mk> |