From 91c3a3089ada4f14aa7fa2c42e198ec38a8829cf Mon Sep 17 00:00:00 2001 From: "O. Hartmann" Date: Mon, 25 Mar 2024 19:46:11 +0059 Subject: [PATCH] bash-completion --- shells/bash-completion/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index 8c0d4ba7d1d2..4a6cad1e9e88 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -60,7 +60,7 @@ post-configure: ${WRKSRC}/completions/* post-install: - cd ${WRKSRC}/freebsd/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} + cd ${WRKSRC}/freebsd/ && ${SETENVI} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${RM} ${STAGEDIR}${DATADIR}/completions/makepkg do-test: -- 2.44.0