[35432] trunk/dports/x11/XFree86/Portfile

afb at macports.org afb at macports.org
Fri Mar 28 03:03:42 PDT 2008


Revision: 35432
          http://trac.macosforge.org/projects/macports/changeset/35432
Author:   afb at macports.org
Date:     2008-03-28 03:03:40 -0700 (Fri, 28 Mar 2008)

Log Message:
-----------
remove use of deprecated cd command

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

Modified: trunk/dports/x11/XFree86/Portfile
===================================================================
--- trunk/dports/x11/XFree86/Portfile	2008-03-28 09:11:30 UTC (rev 35431)
+++ trunk/dports/x11/XFree86/Portfile	2008-03-28 10:03:40 UTC (rev 35432)
@@ -121,8 +121,7 @@
 
      post-destroot {
         xinstall -d ${destroot}/Applications/MacPorts
-        cd ${destroot}/Applications/MacPorts
-        system "ln -s ${prefix}/bin/XDarwin.app"
+        ln -s ${prefix}/bin/XDarwin.app ${destroot}/Applications/MacPorts
     }
 }
 

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


More information about the macports-changes mailing list