summaryrefslogtreecommitdiff
path: root/multimedia/mpv
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-11-14 09:31:25 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-11-14 09:47:24 +0000
commit3702ec56be1bb3d891f618c8dcbe75f943ad82be (patch)
treeaa0982f73813550fc36e1aeff951eaca3bbc50db /multimedia/mpv
parentmultimedia/mpv: drop redundant stripping after 1d89ec25be62 (diff)
multimedia/mpv: unbreak TEST=on after 1d89ec25be62
env: build/mpv: No such file or directory
Diffstat (limited to 'multimedia/mpv')
-rw-r--r--multimedia/mpv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile
index 19973d7928ec..8c9ce08ecc0f 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -183,6 +183,7 @@ post-patch-MANPAGES-on:
-e 's|/usr/local|${PREFIX}|g'
pre-install-TEST-on:
- @(cd ${WRKSRC} && ${SETENV} ${TEST_ENV} build/mpv --unittest=all-simple)
+ @(cd ${WRKSRC} && ${SETENV} ${TEST_ENV} \
+ ${MESON_BUILD_DIR}/${PORTNAME} --unittest=all-simple)
.include <bsd.port.mk>