diff options
author | 2013-01-13 17:47:21 +0000 | |
---|---|---|
committer | 2013-01-13 17:47:21 +0000 | |
commit | deab9d0f1414fa4c2db16afbae52639854b8637a (patch) | |
tree | 4cebb4ac143ec0a881cc1f3634e3b0e5100698ca | |
parent | Enable flow control support with 5708S/5709S adapters. (diff) | |
download | wireguard-openbsd-deab9d0f1414fa4c2db16afbae52639854b8637a.tar.xz wireguard-openbsd-deab9d0f1414fa4c2db16afbae52639854b8637a.zip |
MODGCC3_ARCHS -> MODCLANG_ARCHS for the lang/clang module
OK landry@
-rw-r--r-- | share/man/man5/port-modules.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index cdeab93ff40..0cdaed5eb02 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.148 2012/12/31 10:29:28 jmc Exp $ +.\" $OpenBSD: port-modules.5,v 1.149 2013/01/13 17:47:21 sebastia Exp $ .\" .\" Copyright (c) 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: December 31 2012 $ +.Dd $Mdocdate: January 13 2013 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -569,7 +569,7 @@ It heeds .Ev NO_BUILD . .It lang/clang Similar to gcc3 and gcc4 modules. -If architecture is in MODGCC3_ARCHS, the CLang compilers will be +If architecture is in MODCLANG_ARCHS, the CLang compilers will be put at the front of the path. By default, only C language support is included by this module. If other languages are needed, they must be listed in |