Revision: 87571 http://trac.macports.org/changeset/87571 Author: ryandesign@macports.org Date: 2011-11-25 19:45:59 -0800 (Fri, 25 Nov 2011) Log Message: ----------- portfile.7: use "or" instead of "resp."; hyphenate "32-bit" Modified Paths: -------------- trunk/base/doc/portfile.7 Modified: trunk/base/doc/portfile.7 =================================================================== --- trunk/base/doc/portfile.7 2011-11-26 02:14:33 UTC (rev 87570) +++ trunk/base/doc/portfile.7 2011-11-26 03:45:59 UTC (rev 87571) @@ -213,8 +213,8 @@ any architecture-specific files, use the special value noarch. .br If the building architecture isn't among supported_archs, port fails with an -error message except when building on x86_64 (resp. ppc64) and supported_archs -contains i386 (resp. ppc). In this case, the port will be built in 32 bit mode. +error message except when building on x86_64 (or ppc64) and supported_archs +contains i386 (or ppc). In this case, the port will be built in 32-bit mode. .br .Sy Type: .Em optional