aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2023-06-30 10:53:34 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2023-06-30 11:40:20 +0000
commit7028ff34c5aef6e719e04395777e93950e10b41b (patch)
treef1f098d5b165af8c352181fe9ffb12f24e2342ff
parent6fde2cc8ef84d9fb3c3c53191efc1c413e516847 (diff)
downloadports-7028ff34c5aef6e719e04395777e93950e10b41b.tar.gz
ports-7028ff34c5aef6e719e04395777e93950e10b41b.zip
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
-rw-r--r--graphics/svgbob/Makefile1
1 files changed, 0 insertions, 1 deletions
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 \