[116426] trunk/dports/math/sundials/Portfile

sean at macports.org sean at macports.org
Fri Jan 24 14:04:45 PST 2014


Revision: 116426
          https://trac.macports.org/changeset/116426
Author:   sean at macports.org
Date:     2014-01-24 14:04:45 -0800 (Fri, 24 Jan 2014)
Log Message:
-----------
sundials: install license and readme

Modified Paths:
--------------
    trunk/dports/math/sundials/Portfile

Modified: trunk/dports/math/sundials/Portfile
===================================================================
--- trunk/dports/math/sundials/Portfile	2014-01-24 22:04:40 UTC (rev 116425)
+++ trunk/dports/math/sundials/Portfile	2014-01-24 22:04:45 UTC (rev 116426)
@@ -8,6 +8,7 @@
 
 name                sundials
 version             2.5.0
+revision            1
 categories          math devel
 license             bsd
 platforms           darwin
@@ -85,5 +86,10 @@
     configure.args-append --with-lapack=${prefix}/lib/libtatlas.dylib
 }
 
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} LICENSE README ${destroot}${prefix}/share/doc/${name}
+}
+
 livecheck.type      regex
 livecheck.regex     v.(\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140124/3bd9f591/attachment.html>


More information about the macports-changes mailing list