diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2011-10-21 17:26:03 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2011-10-21 17:26:03 +0000 |
commit | bfb3fd36e3c45911c397b26930209ae8cff5d792 (patch) | |
tree | 33b73e773974a46ab333e25be248f709473d4217 /share | |
parent | ab52f437470f82127e4526429af1c0289187b834 (diff) |
tell people to define PSEUDO_FLAVORS and FLAVORS prior to bsd.port.arch.mk
we may actually use them.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.arch.mk.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.arch.mk.5 b/share/man/man5/bsd.port.arch.mk.5 index 9fdb5dcf75e..5093dc10e86 100644 --- a/share/man/man5/bsd.port.arch.mk.5 +++ b/share/man/man5/bsd.port.arch.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.arch.mk.5,v 1.3 2011/10/16 07:13:12 espie Exp $ +.\" $OpenBSD: bsd.port.arch.mk.5,v 1.4 2011/10/21 17:26:02 espie Exp $ .\" .\" Copyright (c) 2011 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: October 16 2011 $ +.Dd $Mdocdate: October 21 2011 $ .Dt BSD.PORT.ARCH.MK 5 .Os .Sh NAME @@ -57,6 +57,8 @@ assumes the following variables are already defined: .Bl -tag -offset indent -compact -width ONLY_FOR_ARCH-<sub> .It MULTI_PACKAGES .It FLAVOR +.It FLAVORS +.It PSEUDO_FLAVORS .It Ev NOT_FOR_ARCHS-<sub> .It Ev ONLY_FOR_ARCHS-<sub> .El |