[43012] trunk/dports/graphics/netpbm/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Wed Dec 3 00:14:06 PST 2008


Revision: 43012
          http://trac.macports.org/changeset/43012
Author:   mcalhoun at macports.org
Date:     2008-12-03 00:14:01 -0800 (Wed, 03 Dec 2008)
Log Message:
-----------
netpbm: Fixed misplaced closing bracket.

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

Modified: trunk/dports/graphics/netpbm/Portfile
===================================================================
--- trunk/dports/graphics/netpbm/Portfile	2008-12-03 08:05:22 UTC (rev 43011)
+++ trunk/dports/graphics/netpbm/Portfile	2008-12-03 08:14:01 UTC (rev 43012)
@@ -94,7 +94,7 @@
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/netpbm
-    eval move ${destroot}${prefix}/bin/doc.url [glob ${destroot}${prefix}/misc/* ${destroot}${prefix}/share/netpbm]
+    eval move ${destroot}${prefix}/bin/doc.url [glob ${destroot}${prefix}/misc/*] ${destroot}${prefix}/share/netpbm
     move ${destroot}${prefix}/man ${destroot}${prefix}/share/
      move ${destroot}${prefix}/link/libnetpbm.a ${destroot}${prefix}/lib
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081203/4299bdb9/attachment.html>


More information about the macports-changes mailing list