diff options
author | 2019-04-23 12:31:33 +0000 | |
---|---|---|
committer | 2019-04-23 12:31:33 +0000 | |
commit | 1e476ae74c798bf3fa3303bd7f32fb0ae4bb8ce0 (patch) | |
tree | c68ff668785b9b3d7093528327b6c427799f023d | |
parent | Use the LogLevel typdef instead of int where appropriate. Patch from (diff) | |
download | wireguard-openbsd-1e476ae74c798bf3fa3303bd7f32fb0ae4bb8ce0.tar.xz wireguard-openbsd-1e476ae74c798bf3fa3303bd7f32fb0ae4bb8ce0.zip |
Documenting the MODPY_TEST_DIR addition to python.port.mk in
the port-modules(5) man page.
OK landry@ sthen@
-rw-r--r-- | share/man/man5/port-modules.5 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 40393957ccb..de7ffb2c9a9 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.238 2019/04/04 02:28:23 naddy Exp $ +.\" $OpenBSD: port-modules.5,v 1.239 2019/04/23 12:31:33 kmos 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: April 4 2019 $ +.Dd $Mdocdate: April 23 2019 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -1331,6 +1331,7 @@ Sets .Ev MODPY_LIBDIR , .Ev MODPY_SITEPKG , .Ev MODPY_SETUP , +.Ev MODPY_TEST_DIR , .Ev MODPY_TEST_LOCALE , .Ev MODPY_WANTLIB , .Ev MODPY_LIB_DEPENDS , @@ -1363,6 +1364,9 @@ Appends .Ev MODPY_TEST_LOCALE to .Ev TEST_ENV . +Changes to the directory specified in +.Ev MODPY_TEST_DIR , +by default WRKSRC, before running tests. .Ev MODPY_VERSION is the default version used by all python modules. Ports which use the setuptools module should set |