1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

x11/disman: correct hwdata location (to expand vendor name)

Neither this port nor any other port seems to depend on hwdata directly.
This commit is contained in:
Jan Beich 2021-11-07 13:38:53 +00:00
parent 2cc00e46e6
commit 9764d128c2

View File

@ -32,4 +32,9 @@ X11_USES= xorg
X11_USE= QT=x11extras XORG=xcb
X11_CMAKE_BOOL_OFF= ${Qt5X11Extras XCB:L:S/^/CMAKE_DISABLE_FIND_PACKAGE_/}
post-patch:
# Respect PREFIX for hwdata
@${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \
${WRKSRC}/backends/edid.cpp
.include <bsd.port.mk>