[33043] trunk/dports/devel/expect/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 16 21:13:11 PST 2008


Revision: 33043
          http://trac.macosforge.org/projects/macports/changeset/33043
Author:   ryandesign at macports.org
Date:     2008-01-16 21:13:10 -0800 (Wed, 16 Jan 2008)

Log Message:
-----------
expect: no longer use the deprecated 'cd' command; maintainer timeout; closes #13873

Modified Paths:
--------------
    trunk/dports/devel/expect/Portfile

Modified: trunk/dports/devel/expect/Portfile
===================================================================
--- trunk/dports/devel/expect/Portfile	2008-01-17 04:57:58 UTC (rev 33042)
+++ trunk/dports/devel/expect/Portfile	2008-01-17 05:13:10 UTC (rev 33043)
@@ -44,8 +44,7 @@
 
 destroot.destdir	INSTALL_ROOT=${destroot}
 
-post-destroot		{ cd ${destroot}${prefix}/lib
-			  system "ln -s libexpect${shortversion}.a libexpect.a"
+post-destroot		{ ln -s libexpect${shortversion}.a ${destroot}${prefix}/lib/libexpect.a
 
 			file mkdir ${destroot}${prefix}/share/doc/${name}/examples
 			eval xinstall -m 644 [glob ${worksrcpath}/example/*] \

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


More information about the macports-changes mailing list