diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-07-03 12:11:50 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-07-03 12:11:50 +0000 |
commit | d3e2f926083a4f58c2c90570b9d0a1c325140bc5 (patch) | |
tree | 4e2ed3010c45b6da90ce4ece86e79c52a0367e3b /share/man | |
parent | 5d745bcd679b1913069d3339b9ed721537545e92 (diff) |
Fix negative flavor fragments description (Nikolay Sturm).
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index ec616a73c15..afc53d5e7fa 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.37 2001/06/24 07:30:29 pvalchev Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.38 2001/07/03 12:11:49 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -630,7 +630,7 @@ Set to if platform does not support shared libraries. To be tested after including .Nm bsd.port.mk , -if neither PFRAG.SHARED nor CONFIGURE_SHARED are enough. +if neither PFRAG.shared nor CONFIGURE_SHARED are enough. .It Ev ONLY_FOR_ARCHS List of architectures on which this port builds. Can hold both processor-specific information (e.g., m68k), and more @@ -1311,7 +1311,7 @@ To avoid substitution, variables can be escaped as follows: Constructs such as the line .Li "%%SHARED%%" or -.Li "%%!SHARED%%" +.Li "!%%SHARED%%" in the packing-list template trigger the inclusion of the .Pa ${PKGDIR}/PFRAG.shared${SUBPACKAGE} or @@ -1320,7 +1320,7 @@ or Similarly, if FLAVORS lists flav1, then the line .Li "%%flav1%%" (resp. -.Li "%%!flav1%%" ) +.Li "!%%flav1%%" ) will trigger the inclusion of .Pa ${PKGDIR}/PFRAG.flav1${SUBPACKAGE} (resp. |