pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/RE-flex



Module Name:    pkgsrc
Committed By:   scole
Date:           Tue Jun 16 16:08:01 UTC 2020

Modified Files:
        pkgsrc/devel/RE-flex: options.mk

Log Message:
include MAKE environment when building docs


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/RE-flex/options.mk

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

Modified files:

Index: pkgsrc/devel/RE-flex/options.mk
diff -u pkgsrc/devel/RE-flex/options.mk:1.1 pkgsrc/devel/RE-flex/options.mk:1.2
--- pkgsrc/devel/RE-flex/options.mk:1.1 Mon Jun 15 15:11:50 2020
+++ pkgsrc/devel/RE-flex/options.mk     Tue Jun 16 16:08:01 2020
@@ -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/* \



Home | Main Index | Thread Index | Old Index