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

ryandesign at macports.org ryandesign at macports.org
Sun Mar 15 11:53:20 PDT 2015


Revision: 133914
          https://trac.macports.org/changeset/133914
Author:   ryandesign at macports.org
Date:     2015-03-15 11:53:19 -0700 (Sun, 15 Mar 2015)
Log Message:
-----------
kst: don't attempt to delete a nonexistent file called "file"

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

Modified: trunk/dports/science/kst/Portfile
===================================================================
--- trunk/dports/science/kst/Portfile	2015-03-15 18:46:13 UTC (rev 133913)
+++ trunk/dports/science/kst/Portfile	2015-03-15 18:53:19 UTC (rev 133914)
@@ -38,7 +38,7 @@
 
 post-destroot {
     move ${destroot}${applications_dir}/share/kst ${destroot}${prefix}/share
-    delete file ${destroot}${prefix}/lib
+    delete ${destroot}${prefix}/lib
     copy ${worksrcpath}/build/lib ${destroot}${prefix}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150315/e0305c18/attachment.html>


More information about the macports-changes mailing list