summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorSteven Mestdagh <steven@cvs.openbsd.org>2010-07-21 17:07:28 +0000
committerSteven Mestdagh <steven@cvs.openbsd.org>2010-07-21 17:07:28 +0000
commitd5b947c3d9a5478ff91c05d1c44cb70814a56f94 (patch)
tree537cff8ccc0773f221815c8df0316e8826fbf075 /share/man
parentfb19251c7ce2f26ae253b22ac7f44b2d7e50ea35 (diff)
reverse logic in previous
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/port-modules.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index 0f0b127a0ee..ac4db2b8dec 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.58 2010/07/21 17:01:17 steven Exp $
+.\" $OpenBSD: port-modules.5,v 1.59 2010/07/21 17:07:27 steven Exp $
.\"
.\" Copyright (c) 2008 Marc Espie
.\"
@@ -379,7 +379,7 @@ do-build, do-install and post-install can be overridden in the port
Makefile.
.It fortran
.It gcc3
-If COMPILER_VERSION=gcc3 (defined by
+If COMPILER_VERSION is not gcc3 (defined by
.Pa /usr/share/mk/bsd.own.mk ) ,
and architecture is in MODGCC3_ARCHES, then the gcc 3.3.6
compilers will be put at the front of the path.
@@ -387,7 +387,7 @@ By default, only C language support is included by this module.
If other languages are needed, they must be listed in MODGCC3_LANGS
(e.g. c++, g77).
.It gcc4
-If COMPILER_VERSION=gcc4 (defined by
+If COMPILER_VERSION is not gcc4 (defined by
.Pa /usr/share/mk/bsd.own.mk ) ,
and architecture is in MODGCC4_ARCHES, then the gcc 4.2 compilers
will be put at the front of the path.