git: 7028ff34c5ae - main - graphics/svgbob: Drop nop CARGO_ARGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 11:43:18 UTC
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=7028ff34c5aef6e719e04395777e93950e10b41b commit 7028ff34c5aef6e719e04395777e93950e10b41b Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2023-06-30 10:53:34 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2023-06-30 11:40:20 +0000 graphics/svgbob: Drop nop CARGO_ARGS The port could be changed to build the svgbob_cli package from the workspace by removing WRKSRC_SUBDIR and adding CARGO_BUILD_ARGS= --package=svgbob_cli CARGO_INSTALL_PATH= packages/svgbob_cli Reported by: portfmt scan --- graphics/svgbob/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/graphics/svgbob/Makefile b/graphics/svgbob/Makefile index 38b6597282e1..bcf1c2408702 100644 --- a/graphics/svgbob/Makefile +++ b/graphics/svgbob/Makefile @@ -16,7 +16,6 @@ GH_ACCOUNT= ivanceras WRKSRC_SUBDIR= packages/svgbob_cli -CARGO_ARGS= -p svgbob CARGO_CRATES= ansi_term-0.12.1 \ approx-0.5.1 \ arrayvec-0.7.2 \