[134465] trunk/dports/science/kst/Portfile

nicos at macports.org nicos at macports.org
Thu Mar 26 09:25:44 PDT 2015


Revision: 134465
          https://trac.macports.org/changeset/134465
Author:   nicos at macports.org
Date:     2015-03-26 09:25:43 -0700 (Thu, 26 Mar 2015)
Log Message:
-----------
kst: avoid to hardcode path

Modified Paths:
--------------
    trunk/dports/science/kst/Portfile

Modified: trunk/dports/science/kst/Portfile
===================================================================
--- trunk/dports/science/kst/Portfile	2015-03-26 15:18:38 UTC (rev 134464)
+++ trunk/dports/science/kst/Portfile	2015-03-26 16:25:43 UTC (rev 134465)
@@ -41,7 +41,7 @@
 post-destroot {
     move ${destroot}${applications_dir}/share/kst ${destroot}${prefix}/share
     delete ${destroot}${prefix}/lib
-    copy ${workpath}/build/build/lib ${destroot}${prefix}
+    copy ${destroot.dir}/build/lib ${destroot}${prefix}
 }
 
 livecheck.type          regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150326/b3cccfb1/attachment-0001.html>


More information about the macports-changes mailing list