git: 0d5416563774 - main - Uses/cabal.mk: Fix indentation.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Mar 2023 07:31:31 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d5416563774626927d9ea341c0432a1119c98cf commit 0d5416563774626927d9ea341c0432a1119c98cf Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-03-20 07:30:48 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-03-20 07:31:26 +0000 Uses/cabal.mk: Fix indentation. Reported by: fluffy --- Mk/Uses/cabal.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Mk/Uses/cabal.mk b/Mk/Uses/cabal.mk index 44cfcb11da99..dfed8484b646 100644 --- a/Mk/Uses/cabal.mk +++ b/Mk/Uses/cabal.mk @@ -356,11 +356,11 @@ do-install: . if !defined(SKIP_CABAL_PLIST) cabal-post-install-script: -. for exe in ${CABAL_EXECUTABLES} +. for exe in ${CABAL_EXECUTABLES} ${ECHO_CMD} 'bin/${exe}' >> ${TMPPLIST} -. if defined(CABAL_WRAPPER_SCRIPTS) && ${CABAL_WRAPPER_SCRIPTS:M${exe}} +. if defined(CABAL_WRAPPER_SCRIPTS) && ${CABAL_WRAPPER_SCRIPTS:M${exe}} ${ECHO_CMD} '${CABAL_LIBEXEC}/${exe}' >> ${TMPPLIST} -. endif +. endif . endfor . endif