git: 727be8db1efd - main - devel/arcanist-lib: Fix plist issue
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Mar 2024 13:29:35 UTC
The branch main has been updated by grembo: URL: https://cgit.FreeBSD.org/ports/commit/?id=727be8db1efd3d7c2d6ae24d1f1d974c8e20413c commit 727be8db1efd3d7c2d6ae24d1f1d974c8e20413c Author: Michael Gmelin <grembo@FreeBSD.org> AuthorDate: 2024-03-25 13:23:33 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> CommitDate: 2024-03-25 13:26:10 +0000 devel/arcanist-lib: Fix plist issue Leftover file default.pem should have been removed as part of 03b792c59a524 Reported by: mfechner --- devel/arcanist-lib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/arcanist-lib/Makefile b/devel/arcanist-lib/Makefile index ed33bb9facd5..b5ffbe608260 100644 --- a/devel/arcanist-lib/Makefile +++ b/devel/arcanist-lib/Makefile @@ -76,6 +76,7 @@ do-install: @${REINPLACE_CMD} \ 's|%%PYTHON_CMD%%|${PYTHON_CMD}|g' \ ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/src/workflow/ArcanistAnoidWorkflow.php + ${RM} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/resources/ssl/default.pem ${RLN} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/support/shell/hooks/bash-completion.sh \ ${STAGEDIR}${PREFIX}/share/bash-completion/completions/arc ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/bin/arc shell-complete --generate