diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-11-14 09:33:32 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-11-14 09:47:24 +0000 |
commit | fc20d223a92924f0b161a096027e85ed812c6020 (patch) | |
tree | ead47d310dbb88b27b4af8cd43d8e11f7370b4db | |
parent | 896a897422773c6615a48d71b22eeee8f9de317d (diff) | |
download | ports-fc20d223a92924f0b161a096027e85ed812c6020.tar.gz ports-fc20d223a92924f0b161a096027e85ed812c6020.zip |
multimedia/mpv: drop redundant stripping after 1d89ec25be62
-rw-r--r-- | multimedia/mpv/Makefile | 4 |
1 files changed, 0 insertions, 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> |