diff options
-rw-r--r-- | share/man/man5/port-modules.5 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index c47fee84b1a..9fe9617163c 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.235 2019/03/20 22:32:37 remi Exp $ +.\" $OpenBSD: port-modules.5,v 1.236 2019/03/28 08:02:33 ajacoutot Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 20 2019 $ +.Dd $Mdocdate: March 28 2019 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -719,6 +719,16 @@ was not set before, sets its value to `meson'. Changes default value of .Ev SEPARATE_BUILD to `Yes' because meson requires out-of-source build. +If +.Ev CONFIGURE_STYLE +is 'meson', +.Ev MODMESON_CONFIGURE_ARGS +and +.Ev MODMESON_CONFIGURE_ENV +will add default values to +.Ev CONFIGURE_ARGS +and +.Ev CONFIGURE_ENV . Also this module has the following knob: .Bl -tag -width Ds .It MODMESON_WANTCOLOR |