[32859] trunk/dports/net/micq/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 22:29:49 PST 2008


Revision: 32859
          http://trac.macosforge.org/projects/macports/changeset/32859
Author:   ryandesign at macports.org
Date:     2008-01-13 22:29:48 -0800 (Sun, 13 Jan 2008)

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

Modified Paths:
--------------
    trunk/dports/net/micq/Portfile

Modified: trunk/dports/net/micq/Portfile
===================================================================
--- trunk/dports/net/micq/Portfile	2008-01-14 06:27:41 UTC (rev 32858)
+++ trunk/dports/net/micq/Portfile	2008-01-14 06:29:48 UTC (rev 32859)
@@ -20,6 +20,5 @@
 configure.args  --prefix=${destroot}${prefix}
 destroot.destdir	prefix=${destroot}${prefix}
 
-post-destroot {  cd ${worksrcpath}
-                system "cp doc/*png ${destroot}${prefix}/share/micq"
-                system "cp doc/*xpm ${destroot}${prefix}/share/micq" }
+post-destroot { system "cp ${worksrcpath}/doc/*png ${destroot}${prefix}/share/micq"
+                system "cp ${worksrcpath}/doc/*xpm ${destroot}${prefix}/share/micq" }

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


More information about the macports-changes mailing list