[116602] trunk/dports/graphics/librsvg/Portfile

devans at macports.org devans at macports.org
Wed Jan 29 18:10:21 PST 2014


Revision: 116602
          https://trac.macports.org/changeset/116602
Author:   devans at macports.org
Date:     2014-01-29 18:10:21 -0800 (Wed, 29 Jan 2014)
Log Message:
-----------
librsvg: fix post-destroot typo (#42315).

Modified Paths:
--------------
    trunk/dports/graphics/librsvg/Portfile

Modified: trunk/dports/graphics/librsvg/Portfile
===================================================================
--- 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}
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140129/b2279057/attachment.html>


More information about the macports-changes mailing list