[40602] trunk/dports/lang/gcj34/Portfile

jmr at macports.org jmr at macports.org
Wed Oct 8 00:32:11 PDT 2008


Revision: 40602
          http://trac.macports.org/changeset/40602
Author:   jmr at macports.org
Date:     2008-10-08 00:32:10 -0700 (Wed, 08 Oct 2008)
Log Message:
-----------
gcj34: fix glob breakage introduced in r40593

Modified Paths:
--------------
    trunk/dports/lang/gcj34/Portfile

Modified: trunk/dports/lang/gcj34/Portfile
===================================================================
--- trunk/dports/lang/gcj34/Portfile	2008-10-08 07:18:04 UTC (rev 40601)
+++ trunk/dports/lang/gcj34/Portfile	2008-10-08 07:32:10 UTC (rev 40602)
@@ -50,8 +50,8 @@
 # Since we install in a subdir dedicated to gcj, this gets it visibility
 post-destroot {
     foreach n {1 7} {
-        foreach f [glob man${n}/*.${n}] {
-            system "cd ${destroot}${prefix}/${name}-${version}/share/man/ && gzip -9 ${f}"
+        foreach f [glob -directory ${destroot}${prefix}/${name}-${version}/share/man man${n}/*.${n}] {
+            system "gzip -9 ${f}"
         }
     }
 	set gcjLinkFiles	{ gcj gcjh gij grepjar jcf-dump jv-convert jv-scan }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081008/4423d2d0/attachment.html 


More information about the macports-changes mailing list