summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2012-05-11 21:01:48 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2012-05-11 21:01:48 +0000
commitb5faee3720d4892c5ef64751494a6e932e83ed42 (patch)
treeb88c28121ca7208a31e0c55aae49c1cebce5ac9a /share/man
parent7a28ccfc9c5b9a7ff525aaba8e67e42f40e3c3b2 (diff)
document some recent changes in node.port.mk
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/port-modules.517
1 files changed, 16 insertions, 1 deletions
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