[32691] trunk/dports/lang/ftidy/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 10 23:42:42 PST 2008


Revision: 32691
          http://trac.macosforge.org/projects/macports/changeset/32691
Author:   ryandesign at macports.org
Date:     2008-01-10 23:42:40 -0800 (Thu, 10 Jan 2008)

Log Message:
-----------
ftidy: no longer use deprecated 'cd' command

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

Modified: trunk/dports/lang/ftidy/Portfile
===================================================================
--- trunk/dports/lang/ftidy/Portfile	2008-01-11 07:39:28 UTC (rev 32690)
+++ trunk/dports/lang/ftidy/Portfile	2008-01-11 07:42:40 UTC (rev 32691)
@@ -51,6 +51,5 @@
 use_configure   no
 
 destroot        {
-                cd ${worksrcpath}
-                xinstall -m 755 ftidy ${destroot}${prefix}/bin/
+                xinstall -m 755 -W ${worksrcpath} ftidy ${destroot}${prefix}/bin/
 }

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


More information about the macports-changes mailing list