[108178] trunk/dports/graphics/sam2p/Portfile

takeshi at macports.org takeshi at macports.org
Mon Jul 15 01:03:00 PDT 2013


Revision: 108178
          https://trac.macports.org/changeset/108178
Author:   takeshi at macports.org
Date:     2013-07-15 01:03:00 -0700 (Mon, 15 Jul 2013)
Log Message:
-----------
sam2p: added README and examples, closing #39382.

Modified Paths:
--------------
    trunk/dports/graphics/sam2p/Portfile

Modified: trunk/dports/graphics/sam2p/Portfile
===================================================================
--- trunk/dports/graphics/sam2p/Portfile	2013-07-15 07:32:33 UTC (rev 108177)
+++ trunk/dports/graphics/sam2p/Portfile	2013-07-15 08:03:00 UTC (rev 108178)
@@ -5,7 +5,7 @@
 
 name                sam2p
 version             0.49.1
-revision            2
+revision            3
 categories          graphics
 platforms           darwin
 license             GPL-2
@@ -41,6 +41,11 @@
 
 destroot {
     xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
+    xinstall -d -m 755 ${destroot}${prefix}/share/doc
+    xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
+    xinstall -d -m 755 ${destroot}${prefix}/share/${name}
+    file copy ${worksrcpath}/examples ${destroot}${prefix}/share/${name}
 }
 
 livecheck.type      googlecode
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130715/8e6f39e7/attachment.html>


More information about the macports-changes mailing list