svn commit: r539690 - head/multimedia/wlrobs
Jan Beich
jbeich at FreeBSD.org
Sat Jun 20 01:26:38 UTC 2020
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>
More information about the svn-ports-all
mailing list