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/6c6c9af4787a
branches: trunk
changeset: 426368:6c6c9af4787a
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 33adadcc63be -r 6c6c9af4787a 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