x11/shotman: unbreak build after ebf29acc6c
====> 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
This commit is contained in:
parent
c9df03d6fc
commit
c575c5540e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue