diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2023-03-20 10:30:48 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-03-20 10:31:26 +0300 |
commit | 0d5416563774626927d9ea341c0432a1119c98cf (patch) | |
tree | fcc272bdcc7f58a3ba6760ec999a8488204098d0 /Mk | |
parent | b4f67bc5a0281cb1f918d260fd686e1f634c03ff (diff) | |
download | freebsd-ports-0d5416563774626927d9ea341c0432a1119c98cf.zip |
Uses/cabal.mk: Fix indentation.
Reported by: fluffy
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/cabal.mk | 6 |
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 |