Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2023 07:31:31 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0d5416563774 - main - Uses/cabal.mk: Fix indentation.
Message-ID:  <202303200731.32K7VVIO079951@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303200731.32K7VVIO079951>