From af3885974921db141707ec47920bbb2d700661d6 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Tue, 28 Oct 2008 13:29:56 +0000 Subject: - reverse logic for the gcc MODULES ok steven@ --- share/man/man5/port-modules.5 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'share/man') diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 8b42397dcbf..aecedf5c088 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.23 2008/10/28 12:27:09 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.24 2008/10/28 13:29:55 ajacoutot Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -353,11 +353,12 @@ do-configure, do-build, do-install and post-install targets. do-build, do-install and post-install can be overridden in the port Makefile. .It gcc3 -If USE_GCC3=Yes (which the module sets by default), and architecture is in -MODGCC3_ARCHES, then the gcc 3.3.6 compilers will be put at the front of -the path. +If USE_GCC3=No (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. .It gcc4 -If USE_GCC4=Yes (which the module sets by default), and architecture is in +If USE_GCC4=No (undefined by default), and architecture is in MODGCC4_ARCHES, then the gcc 4.2 compilers will be put at the front of the path. .It gnu -- cgit v1.2.3