[35805] trunk/doc-new/guide/xml/portfiledev.xml
raimue at macports.org
raimue at macports.org
Sun Apr 6 16:09:10 PDT 2008
Revision: 35805
http://trac.macosforge.org/projects/macports/changeset/35805
Author: raimue at macports.org
Date: 2008-04-06 16:09:09 -0700 (Sun, 06 Apr 2008)
Log Message:
-----------
doc-new/guide/xml/portfiledev.xml:
Example Portfile:
* Make it compatible to current 'port lint'
* Remove unnecessary --prefix from configure.args
Modified Paths:
--------------
trunk/doc-new/guide/xml/portfiledev.xml
Modified: trunk/doc-new/guide/xml/portfiledev.xml
===================================================================
--- trunk/doc-new/guide/xml/portfiledev.xml 2008-04-06 22:55:39 UTC (rev 35804)
+++ trunk/doc-new/guide/xml/portfiledev.xml 2008-04-06 23:09:09 UTC (rev 35805)
@@ -242,6 +242,7 @@
<title>A Basic Portfile</title>
<programlisting># $Id$
+
PortSystem 1.0
name rrdtool
@@ -263,8 +264,7 @@
port:tcl \
port:zlib
-configure.args --prefix=${prefix} \
- --enable-perl-site-install \
+configure.args --enable-perl-site-install \
--mandir=${prefix}/share/man</programlisting>
</section>
@@ -759,4 +759,4 @@
${name}-src-${version}</para>
</section>
</section>
-</chapter>
\ No newline at end of file
+</chapter>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080406/b9317927/attachment-0001.html
More information about the macports-changes
mailing list