diff options
author | 2011-11-17 18:04:33 +0000 | |
---|---|---|
committer | 2011-11-17 18:04:33 +0000 | |
commit | c94348d24eff977ec1778e4b00dc980cab7e4971 (patch) | |
tree | f9cfd2e9018941ed0baac9fffcb0a8461630ed9b | |
parent | Complete overhaul of the mandoc(1) test suite. (diff) | |
download | wireguard-openbsd-c94348d24eff977ec1778e4b00dc980cab7e4971.tar.xz wireguard-openbsd-c94348d24eff977ec1778e4b00dc980cab7e4971.zip |
MODGCCx_ARCHES -> MODGCCx_ARCHS
-rw-r--r-- | share/man/man5/port-modules.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 9aaee49fa5c..231cd3efa15 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.106 2011/10/03 11:01:32 jasper Exp $ +.\" $OpenBSD: port-modules.5,v 1.107 2011/11/17 18:04:33 sthen 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: October 3 2011 $ +.Dd $Mdocdate: November 17 2011 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -416,7 +416,7 @@ MODFORTRAN_COMPILER. .It gcc3 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 +and architecture is in MODGCC3_ARCHS, then the gcc 3.3.6 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 MODGCC3_LANGS @@ -424,7 +424,7 @@ If other languages are needed, they must be listed in MODGCC3_LANGS .It gcc4 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 +and architecture is in MODGCC4_ARCHS, then the gcc 4.2 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 MODGCC4_LANGS |