From c575c5540e7d6c1c36c2b31b9bcad764b5369113 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 18 Mar 2023 00:33:04 +0000 Subject: [PATCH] x11/shotman: unbreak build after ebf29acc6ce4 ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: bin/shotman_completions ===> Error: Plist issues found. *** Error code 1 --- x11/shotman/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11/shotman/Makefile b/x11/shotman/Makefile index 943001dc6434..4b110a921c83 100644 --- a/x11/shotman/Makefile +++ b/x11/shotman/Makefile @@ -27,6 +27,9 @@ PLIST_FILES= bin/${PORTNAME} \ share/fish/vendor_completions.d/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} +# XXX https://github.com/rust-lang/cargo/issues/4101 +CARGO_INSTALL_PATH= . ${PORTNAME}_completions + OPTIONS_DEFINE= MANPAGES SLURP OPTIONS_DEFAULT=MANPAGES SLURP