From b5faee3720d4892c5ef64751494a6e932e83ed42 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Fri, 11 May 2012 21:01:48 +0000 Subject: document some recent changes in node.port.mk --- share/man/man5/port-modules.5 | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 5d3c1dcc863..0b8b62bd40a 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.128 2012/05/11 20:54:13 jasper Exp $ +.\" $OpenBSD: port-modules.5,v 1.129 2012/05/11 21:01:47 jasper Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -909,6 +909,21 @@ Recognizes two additional types of "npm ext" should be used for npm packages that contain C++ extensions which need to be compiled. "npm" should be used for other npm packages. +If regression tests are included that can be run using +.Pa devel/node-expresso , +append "expresso" to +.Ev CONFIGURE_STYLE . +.Pa devel/node-expresso +will be appened to +.Ev REGRESS_DEPENDS +and a default +.Ev MODNODE_REGRESS_TARGET +will be defined, along with a do-regress target if it has not +already been set. +If "expresso" isn't appended to +.Ev CONFIGURE_STYLE , +.Ev REGRESS_TARGET +will be set to "test". One of these these two .Ev CONFIGURE_STYLE Ns s should be used or the module doesn't affect anything except -- cgit v1.2.3