[MacPorts] PortfileRecipes modified

MacPorts noreply at macports.org
Fri Jan 1 01:53:21 PST 2010


Changed page "PortfileRecipes" by ryandesign at macports.org from 70.253.75.177*
Page URL: <http://trac.macports.org/wiki/PortfileRecipes>
Diff URL: <http://trac.macports.org/wiki/PortfileRecipes?action=diff&version=15>
Revision 15
Comment: eg => e.g.

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: PortfileRecipes
=========================================================================
--- PortfileRecipes (version: 14)
+++ PortfileRecipes (version: 15)
@@ -38,7 +38,7 @@
 }}}
 
 == Using glob results in "Cannot stat: <list of files>" == #glob
-glob returns a list which is not handled by some commands (eg, xinstall); instead, wrap the command in an eval.  Instead of
+glob returns a list which is not handled by some commands (e.g. xinstall); instead, wrap the command in an eval.  Instead of
 {{{
 xinstall -m 644 [glob ${worksrcpath}/docs/*.html] ${destroot}${prefix}/share/doc/${name}
 }}}
@@ -80,7 +80,7 @@
 == Preferred use of default_variants == #default_variants
 Currently negating a variant (through {{{-variant}}}) is not remembered which means a {{{port upgrade}}} will not keep that negation around.  This causes issues with default_variants which must be kept in mind (ticket #2377).
 
-The preferred technique is to only select a default variant when one of a set is actually needed; eg, from [browser:trunk/dports/graphics/ImageMagick ImageMagick], when selecting the pixel quantum:
+The preferred technique is to only select a default variant when one of a set is actually needed; e.g. from [browser:trunk/dports/graphics/ImageMagick ImageMagick], when selecting the pixel quantum:
 {{{
 if {![variant_isset q8] && ![variant_isset q32]} {
     default_variants +q16

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on PortfileRecipes. If it was not you, please
report to .


More information about the macports-changes mailing list