diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-06-18 12:16:20 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-06-18 12:16:20 +0000 |
commit | 9a2e11b41ade3bfab302c98487872b4dd3ea2e5c (patch) | |
tree | eb1f5a15d647da8723d4a92d53b4e32322d2febf /share | |
parent | 89e740bde6efaff6e1bc5b9c76160cd593337a3d (diff) |
document ports-readmes special-case
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 7d946083250..9657d0842d1 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.341 2012/06/08 21:01:22 sthen Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.342 2012/06/18 12:16:19 espie Exp $ .\" .\" Copyright (c) 2000-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: June 8 2012 $ +.Dd $Mdocdate: June 18 2012 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2447,6 +2447,18 @@ if port can only be built on architectures with shared libraries. .It Ev SKIPDIR See .Xr ports 7 . +.It Ev STATIC_PLIST +Normally set to +.Sq yes . +Can be set to no for ports that do not have a static plist. +Do not change without a very good reason. +Note that the only good reason to not have a static plist is for ports such +as +.Pa databases/ports-readmes +which actually build a bunch of files depending on the current ports tree. +This breaks all introspection mechanisms within the ports tree, including +.Pa databases/pkglocatedb +which will not include that port. .It Ev STARTAFTER See .Xr ports 7 . @@ -3180,6 +3192,7 @@ The following variables are subpackage dependent: .Ev UNMESSAGE , .Ev DESCR , .Ev PLIST , +.Ev STATIC_PLIST , .Ev PKGSPEC . .Pp The usual non-MULTI_PACKAGES variables are simply used as default values |