View | Details | Raw Unified | Return to bug 257418
Collapse All | Expand All

(-)b/graphics/wayland-protocols/Makefile (-3 / +7 lines)
Lines 11-19 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
11
11
12
BUILD_DEPENDS=	wayland-scanner:graphics/wayland
12
BUILD_DEPENDS=	wayland-scanner:graphics/wayland
13
13
14
USES=		tar:xz
14
USES=		meson pkgconfig tar:xz
15
NO_ARCH=	yes
15
NO_ARCH=	yes
16
GNU_CONFIGURE=	yes
16
MESON_ARGS=	-Dtests=false
17
CONFIGURE_ARGS=	--with-noarch-pkgconfigdir='$${prefix}/libdata/pkgconfig'
17
18
post-patch:
19
	@${REINPLACE_CMD} -e 's/pkg/libdata\/&/2' \
20
		-e '/pkg_install/s/datadir/prefix/' \
21
		${WRKSRC}/meson.build
18
22
19
.include <bsd.port.mk>
23
.include <bsd.port.mk>

Return to bug 257418