Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2023 00:52:54 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cebb22132955 - main - x11/wmfocus: convert to WRKSRC_crate
Message-ID:  <202304060052.3360qsef019389@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cebb221329554449c87721972d4a1e7ad0c4752e

commit cebb221329554449c87721972d4a1e7ad0c4752e
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-06 00:34:47 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-06 00:50:14 +0000

    x11/wmfocus: convert to WRKSRC_crate
---
 x11/wmfocus/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304060052.3360qsef019389>