[32872] trunk/dports/x11/xdiskusage/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jan 14 01:31:39 PST 2008


Revision: 32872
          http://trac.macosforge.org/projects/macports/changeset/32872
Author:   ryandesign at macports.org
Date:     2008-01-14 01:31:36 -0800 (Mon, 14 Jan 2008)

Log Message:
-----------
xdiskusage: no longer use the deprecated 'cd' command

Modified Paths:
--------------
    trunk/dports/x11/xdiskusage/Portfile

Modified: trunk/dports/x11/xdiskusage/Portfile
===================================================================
--- trunk/dports/x11/xdiskusage/Portfile	2008-01-14 09:29:56 UTC (rev 32871)
+++ trunk/dports/x11/xdiskusage/Portfile	2008-01-14 09:31:36 UTC (rev 32872)
@@ -28,7 +28,6 @@
     patchfiles-append       patch-makeinclude.in.diff
     
     post-activate {
-        cd ${prefix}/bin
-        system "./fltk-config --post xdiskusage"
+        system "${prefix}/bin/fltk-config --post xdiskusage"
     }
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080114/2a3f2a64/attachment.html


More information about the macports-changes mailing list