[32825] trunk/dports/devel/xplc/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 20:21:02 PST 2008


Revision: 32825
          http://trac.macosforge.org/projects/macports/changeset/32825
Author:   ryandesign at macports.org
Date:     2008-01-13 20:21:01 -0800 (Sun, 13 Jan 2008)

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

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

Modified: trunk/dports/devel/xplc/Portfile
===================================================================
--- trunk/dports/devel/xplc/Portfile	2008-01-14 04:19:33 UTC (rev 32824)
+++ trunk/dports/devel/xplc/Portfile	2008-01-14 04:21:01 UTC (rev 32825)
@@ -17,6 +17,5 @@
 configure.cflags-append	"-no-cpp-precomp -flat_namespace -undefined suppress" 
 build.target	{}
 post-destroot { 
-	cd ${destroot}${prefix}/lib 
-	file link -hard libxplc.0.3.10.dylib libxplc.so.0.3.10
+	file link -hard ${destroot}${prefix}/lib/libxplc.0.3.10.dylib ${destroot}${prefix}/lib/libxplc.so.0.3.10
 } 

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


More information about the macports-changes mailing list