aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2023-03-20 07:30:48 +0000
committerGleb Popov <arrowd@FreeBSD.org>2023-03-20 07:31:26 +0000
commit0d5416563774626927d9ea341c0432a1119c98cf (patch)
treefcc272bdcc7f58a3ba6760ec999a8488204098d0 /Mk
parentb4f67bc5a0281cb1f918d260fd686e1f634c03ff (diff)
downloadports-0d5416563774626927d9ea341c0432a1119c98cf.tar.gz
ports-0d5416563774626927d9ea341c0432a1119c98cf.zip
Uses/cabal.mk: Fix indentation.
Reported by: fluffy
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/cabal.mk6
1 files 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