summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorscole <scole@pkgsrc.org>2020-06-16 16:08:01 +0000
committerscole <scole@pkgsrc.org>2020-06-16 16:08:01 +0000
commit76b4ee70344cf650ab4981768b06d37d93415ba9 (patch)
tree99053840390867162425d1d59725836a6a3921cb /devel
parent8ebb6f8afa76647a7638bca89d3d426f2f7e533e (diff)
downloadpkgsrc-76b4ee70344cf650ab4981768b06d37d93415ba9.tar.gz
include MAKE environment when building docs
Diffstat (limited to 'devel')
-rw-r--r--devel/RE-flex/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/RE-flex/options.mk b/devel/RE-flex/options.mk
index c1a81e2e30e..d6832e5a3e3 100644
--- a/devel/RE-flex/options.mk
+++ b/devel/RE-flex/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2020/06/15 15:11:50 scole Exp $
+# $NetBSD: options.mk,v 1.2 2020/06/16 16:08:01 scole Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.RE_flex
PKG_SUPPORTED_OPTIONS= cpu-optimization doxygen examples
@@ -21,7 +21,7 @@ INSTALLATION_DIRS+= share/RE-flex/html
TOOL_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
post-configure:
- cd ${WRKSRC} && ${MAKE_PROGRAM} doc/html
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} doc/html
post-install-doxygen:
${INSTALL_DATA} ${WRKSRC}/doc/html/* \