diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-10-29 14:44:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-10-29 14:44:23 +0000 |
commit | 60decac6ce5f099008a49332a890748eb907eba1 (patch) | |
tree | a386778b67e886c10ce2df834b7a98230b166b94 /share/man | |
parent | 4ee8094396765fb6a634e48b4987843d3c280a67 (diff) |
some macro fix up;
Diffstat (limited to 'share/man')
-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 edfab399116..106720616a7 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.25 2008/10/28 14:10:46 steven Exp $ +.\" $OpenBSD: port-modules.5,v 1.26 2008/10/29 14:44:22 jmc 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 28 2008 $ +.Dd $Mdocdate: October 29 2008 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -354,8 +354,8 @@ do-build, do-install and post-install can be overridden in the port Makefile. .It gcc3 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 +.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. By default, only C language support is included by this module. If other languages are needed, they must be listed in MODGCC3_LANGS |