View | Details | Raw Unified | Return to bug 228884 | Differences between
and this patch

Collapse All | Expand All

(-)audio/gradio/Makefile (-4 / +2 lines)
Lines 26-34 Link Here
26
26
27
GLIB_SCHEMAS=	de.haeckerfelix.gradio.gschema.xml
27
GLIB_SCHEMAS=	de.haeckerfelix.gradio.gschema.xml
28
28
29
.include <bsd.port.pre.mk>
30
31
post-patch:
29
post-patch:
32
	${REINPLACE_CMD} -e "s,python3,${PYTHON_CMD}," ${WRKSRC}/meson_post_install.sh
30
	@${REINPLACE_CMD} -e "s,python3,${PYTHON_CMD}," ${WRKSRC}/meson_post_install.sh
33
31
34
.include <bsd.port.post.mk>
32
.include <bsd.port.mk>

Return to bug 228884