x11/wmfocus: convert to WRKSRC_crate

This commit is contained in:
Jan Beich 2023-04-06 00:34:47 +00:00
parent 8c75120e69
commit cebb221329

View file

@ -29,6 +29,6 @@ PLIST_FILES= bin/${PORTNAME}
post-patch: post-patch:
# lang/python3 cannot be used as a dependency # lang/python3 cannot be used as a dependency
@${REINPLACE_CMD} -e 's/"python3"/"${PYTHON_CMD:T}"/' \ @${REINPLACE_CMD} -e 's/"python3"/"${PYTHON_CMD:T}"/' \
${WRKSRC}/cargo-crates/xcb-*/build.rs ${WRKSRC_crate_xcb}/build.rs
.include <bsd.port.mk> .include <bsd.port.mk>