1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

multimedia/libva: respect PREFIX for libva.conf

libva.conf is mainly used for debugging, so no need to rebuild.
This commit is contained in:
Jan Beich 2020-01-01 12:22:23 +00:00
parent e002245a5d
commit fcf88c9c4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521716

View File

@ -42,4 +42,7 @@ X11_USES= xorg
X11_USE= XORG=x11,xorgproto,xext,xfixes
X11_MESON_YES= with_x11
post-patch:
@${REINPLACE_CMD} 's,/etc,${PREFIX}&,' ${WRKSRC}/va/va.c
.include <bsd.port.mk>