pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Mon Mar 30 18:23:48 UTC 2020

Modified Files:
        pkgsrc/mk: haskell.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/mk/haskell.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/haskell.mk
diff -u pkgsrc/mk/haskell.mk:1.18 pkgsrc/mk/haskell.mk:1.19
--- pkgsrc/mk/haskell.mk:1.18   Mon Mar 30 17:51:07 2020
+++ pkgsrc/mk/haskell.mk        Mon Mar 30 18:23:48 2020
@@ -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 @@ do-build:
                ./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