Path to this page:
Subject: CVS commit: pkgsrc/multimedia/mpv
From: Leonardo Taccari
Date: 2017-11-26 14:57:09
Message id: 20171126135709.14050FB40@cvs.NetBSD.org
Log Message:
mpv: Pass `--bindir' to waf configure phase to fix installation with waf-2.0.2
With waf-2.0.2 update the mpv binary was tried to install apparently in:
${DESTDIR}${WRKSRC}/${PREFIX}/bin
while with previous waf versions it was correctly installed in
${DESTDIR}${PREFIX}/bin
Pass `--bindir' via WAF_CONFIGURE_ARGS to fix that problem.
Files: