[44745] trunk/dports/x11/xorg-apps/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Fri Jan 2 14:55:58 PST 2009
Revision: 44745
http://trac.macports.org/changeset/44745
Author: jeremyhu at macports.org
Date: 2009-01-02 14:55:57 -0800 (Fri, 02 Jan 2009)
Log Message:
-----------
xorg-apps: Install a README.txt, so we don't try to install the port when it's already installed
Modified Paths:
--------------
trunk/dports/x11/xorg-apps/Portfile
Modified: trunk/dports/x11/xorg-apps/Portfile
===================================================================
--- trunk/dports/x11/xorg-apps/Portfile 2009-01-02 22:55:15 UTC (rev 44744)
+++ trunk/dports/x11/xorg-apps/Portfile 2009-01-02 22:55:57 UTC (rev 44745)
@@ -91,7 +91,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/3e06826a/attachment.html>
More information about the macports-changes
mailing list