librsvg: fix post-destroot typo (#42315).
--- trunk/dports/graphics/librsvg/Portfile 2014-01-30 00:33:22 UTC (rev 116601)
+++ trunk/dports/graphics/librsvg/Portfile 2014-01-30 02:10:21 UTC (rev 116602)
@@ -93,7 +93,7 @@
${destroot}${prefix}/bin
set badfile ${prefix}/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.a
if {[file exists ${destroot}${badfile}]} {
- delete file ${destroot}${badfile}
+ file delete ${destroot}${badfile}
}
}