Revision
79937
Author
jmr@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

Diff

Modified: trunk/dports/cad/xgsch2pcb/Portfile (79936 => 79937)


--- 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
 } 
-
-
-