diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-08-11 20:14:36 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-08-11 20:14:36 +0000 |
commit | 6abefb80b91fdcfe4fa53dd403943868c6a90635 (patch) | |
tree | e4039ce964219c14fdd5d6734a3862bdb48be74d /share/man/man5 | |
parent | 68d473c14424d8960d56de19ab3dea84ebad92f3 (diff) |
document license-check
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index a439cf4722c..6077094ba00 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.118 2003/08/04 14:03:17 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.119 2003/08/11 20:14:35 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -263,6 +263,14 @@ Verify that the hold all shared libraries used for the port. See .Xr library-specs 7 . +.It Ar licence-check +Check that +.Ev PERMIT_PACKAGE_* +settings match: +if any dependency has a more restrictive setting, warn about it. +This warning is advisory, because the automated license checking cannot +figure out which ports were used only for building and did not taint +the current port. .It Ar link-categories Create symbolic links in other directories that correspond to the port's .Ev CATEGORIES . |