[105576] trunk/doc-new/guide/xml/portfile-phase.xml
Revision: 105576 https://trac.macports.org/changeset/105576 Author: jmr@macports.org Date: 2013-04-25 12:23:24 -0700 (Thu, 25 Apr 2013) Log Message: ----------- guide: document configure.cmd Modified Paths: -------------- trunk/doc-new/guide/xml/portfile-phase.xml Modified: trunk/doc-new/guide/xml/portfile-phase.xml =================================================================== --- trunk/doc-new/guide/xml/portfile-phase.xml 2013-04-25 18:54:06 UTC (rev 105575) +++ trunk/doc-new/guide/xml/portfile-phase.xml 2013-04-25 19:23:24 UTC (rev 105576) @@ -1467,6 +1467,30 @@ </listitem> </varlistentry> + <varlistentry> + <term>configure.cmd</term> + + <term>configure.cmd-append</term> + + <term>configure.cmd-delete</term> + + <listitem> + <para>Selects the command to be run in the default configure phase.</para> + + <itemizedlist> + <listitem> + <para>Default: <literal>./configure</literal></para> + </listitem> + + <listitem> + <para>Example:</para> + + <programlisting>configure.cmd ./config.sh</programlisting> + </listitem> + </itemizedlist> + </listitem> + </varlistentry> + <varlistentry> <term>configure.env</term>
participants (1)
-
jmr@macports.org