git: fc20d223a929 - main - multimedia/mpv: drop redundant stripping after 1d89ec25be62
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Nov 2022 09:48:09 UTC
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>