pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Missed a spot -- set MAKE_ENV during haddock build ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02f8a67f16e7
branches:  trunk
changeset: 414630:02f8a67f16e7
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Mon Mar 30 18:23:48 2020 +0000

description:
Missed a spot -- set MAKE_ENV during haddock build too.

diffstat:

 mk/haskell.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d86f47569c3d -r 02f8a67f16e7 mk/haskell.mk
--- a/mk/haskell.mk     Mon Mar 30 17:52:39 2020 +0000
+++ b/mk/haskell.mk     Mon Mar 30 18:23:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: haskell.mk,v 1.18 2020/03/30 17:51:07 riastradh Exp $
+# $NetBSD: haskell.mk,v 1.19 2020/03/30 18:23:48 riastradh Exp $
 #
 # This Makefile fragment handles Haskell Cabal packages.
 # See: http://www.haskell.org/cabal/
@@ -249,6 +249,7 @@
                ./Setup build ${PKG_VERBOSE:D-v} -j${_MAKE_JOBS_N}
 .if ${HASKELL_ENABLE_HADDOCK_DOCUMENTATION} == "yes"
        ${RUN} ${_ULIMIT_CMD} cd ${WRKSRC:Q} && \
+               ${SETENV} ${MAKE_ENV} \
                ./Setup haddock ${PKG_VERBOSE:D-v}
 .endif
 



Home | Main Index | Thread Index | Old Index