Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2020 01:26:37 +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: r539690 - head/multimedia/wlrobs
Message-ID:  <202006200126.05K1Qb4h022984@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Jun 20 01:26:37 2020
New Revision: 539690
URL: https://svnweb.freebsd.org/changeset/ports/539690

Log:
  multimedia/wlrobs: switch to vendor install after r539684

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

Modified: head/multimedia/wlrobs/Makefile
==============================================================================
--- head/multimedia/wlrobs/Makefile	Sat Jun 20 01:18:40 2020	(r539689)
+++ head/multimedia/wlrobs/Makefile	Sat Jun 20 01:26:37 2020	(r539690)
@@ -20,14 +20,9 @@ LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
 USES=		compiler:c11 gl meson pkgconfig
 USE_GL=		egl
 DATADIR=	${PREFIX}/lib/obs-plugins
-PORTDATA=	${PORTNAME}.so
+PORTDATA=	lib${PORTNAME}.so
 
 # XXX Move to "pkg-config --cflags libobs"
 CFLAGS_powerpc64=	-DNO_WARN_X86_INTRINSICS -maltivec -mvsx
-
-do-install:
-	${MKDIR} ${STAGEDIR}${DATADIR}
-	${INSTALL_LIB} ${INSTALL_WRKSRC}/lib${PORTNAME}.so \
-		${STAGEDIR}${DATADIR}/${PORTNAME}.so
 
 .include <bsd.port.mk>



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