[79937] trunk/dports/cad/xgsch2pcb/Portfile

jmr at macports.org jmr at macports.org
Wed Jun 29 14:39:18 PDT 2011


Revision: 79937
          http://trac.macports.org/changeset/79937
Author:   jmr at macports.org
Date:     2011-06-29 14:39:17 -0700 (Wed, 29 Jun 2011)
Log Message:
-----------
xgsch2pcb: use 'file delete' for single possibly-nonexistent file (#29969)

Modified Paths:
--------------
    trunk/dports/cad/xgsch2pcb/Portfile

Modified: trunk/dports/cad/xgsch2pcb/Portfile
===================================================================
--- trunk/dports/cad/xgsch2pcb/Portfile	2011-06-29 20:34:08 UTC (rev 79936)
+++ trunk/dports/cad/xgsch2pcb/Portfile	2011-06-29 21:39:17 UTC (rev 79937)
@@ -24,8 +24,5 @@
 configure.python    ${prefix}/bin/python2.5
 
 post-destroot {
-    delete  ${destroot}${prefix}/share/applications/mimeinfo.cache
+    file delete  ${destroot}${prefix}/share/applications/mimeinfo.cache
 } 
-
-
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110629/40b514d8/attachment.html>


More information about the macports-changes mailing list