Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2020 12:22:23 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521716 - head/multimedia/libva
Message-ID:  <202001011222.001CMNA0075358@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Jan  1 12:22:23 2020
New Revision: 521716
URL: https://svnweb.freebsd.org/changeset/ports/521716

Log:
  multimedia/libva: respect PREFIX for libva.conf
  
  libva.conf is mainly used for debugging, so no need to rebuild.

Modified:
  head/multimedia/libva/Makefile   (contents, props changed)

Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile	Wed Jan  1 12:05:22 2020	(r521715)
+++ head/multimedia/libva/Makefile	Wed Jan  1 12:22:23 2020	(r521716)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001011222.001CMNA0075358>