devel/hs-cabal-install: Fix build when VERBOSE env var is set (true for poud bulk -v).

Reported by:	Evilham <contact@evilham.com>
This commit is contained in:
Gleb Popov 2019-07-14 12:27:30 +00:00
parent 08241304ad
commit b4dc684c63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506617

View file

@ -39,7 +39,7 @@ post-extract:
do-build:
cd ${WRKSRC} && \
${SETENV} EXTRA_CONFIGURE_OPTS="--disable-library-profiling" \
${SETENV} -u VERBOSE EXTRA_CONFIGURE_OPTS="--disable-library-profiling" \
${MAKE_ENV} HOME=${WRKDIR}/home PREFIX=${WRKDIR}/prefix \
${WRKSRC}/bootstrap.sh --no-doc --jobs ${MAKE_JOBS_NUMBER}