[44747] trunk/dports/x11/xorg/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Jan 2 14:56:20 PST 2009


Revision: 44747
          http://trac.macports.org/changeset/44747
Author:   jeremyhu at macports.org
Date:     2009-01-02 14:56:19 -0800 (Fri, 02 Jan 2009)
Log Message:
-----------
xorg: Install a README.txt, so we don't try to install the port when it's already installed

Modified Paths:
--------------
    trunk/dports/x11/xorg/Portfile

Modified: trunk/dports/x11/xorg/Portfile
===================================================================
--- trunk/dports/x11/xorg/Portfile	2009-01-02 22:56:09 UTC (rev 44746)
+++ trunk/dports/x11/xorg/Portfile	2009-01-02 22:56:19 UTC (rev 44747)
@@ -25,7 +25,10 @@
 fetch           { }
 checksum        { }
 build           { }
-destroot	{ }
+destroot        {
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
+}
 archive		{ }
 activate	{ }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090102/8e4765f8/attachment.html>


More information about the macports-changes mailing list