diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-09-12 22:14:23 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-09-12 22:14:23 +0000 |
commit | 82e05cafe7537eb631949b4420595612dfceea4b (patch) | |
tree | a704940220e2219fcf61897ce6835809e6b8835c /share/man | |
parent | ed89dc48f59c312241619ecd078f40ad56a280f2 (diff) |
frame -> fake.
almost everything is actually documented now.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 369cd730701..c997219d05b 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.164 2005/09/06 22:21:03 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.165 2005/09/12 22:14:22 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -43,15 +43,13 @@ Other BSD variants, as well as older versions of include other targets and variables. Conversion methods are outlined here. .Pp -This is not quite complete; a few variables and targets are not yet documented. -Mostly because undocumented stuff has fuzzy semantics, and it hasn't been -decided yet how to define it. +Most variables and targets are documented, with very few exceptions. .Pp This documentation covers the current targets, variables and paths used by .Nm bsd.port.mk , followed by sections on obsolete constructs that a porter may need when converting from other ports systems. -There is a separate section covering the frame framework, a section +There is a separate section covering the fake framework, a section explaining flavors and multi-packages, and a section covering the generation of packing-lists. .Pp |