Date: Mon, 14 Nov 2022 09:48:09 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fc20d223a929 - main - multimedia/mpv: drop redundant stripping after 1d89ec25be62 Message-ID: <202211140948.2AE9m95F098154@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc20d223a92924f0b161a096027e85ed812c6020 commit fc20d223a92924f0b161a096027e85ed812c6020 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-11-14 09:33:32 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-11-14 09:47:24 +0000 multimedia/mpv: drop redundant stripping after 1d89ec25be62 --- multimedia/mpv/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index ae1830de3b41..19973d7928ec 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -185,8 +185,4 @@ post-patch-MANPAGES-on: pre-install-TEST-on: @(cd ${WRKSRC} && ${SETENV} ${TEST_ENV} build/mpv --unittest=all-simple) -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mpv - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmpv.so - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211140948.2AE9m95F098154>