[33440] trunk/dports/math/cln/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 27 03:26:32 PST 2008


Revision: 33440
          http://trac.macosforge.org/projects/macports/changeset/33440
Author:   ryandesign at macports.org
Date:     2008-01-27 03:26:31 -0800 (Sun, 27 Jan 2008)

Log Message:
-----------
cln: don't use deprecated 'cd' command; closes #13919 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/math/cln/Portfile

Modified: trunk/dports/math/cln/Portfile
===================================================================
--- trunk/dports/math/cln/Portfile	2008-01-27 11:21:44 UTC (rev 33439)
+++ trunk/dports/math/cln/Portfile	2008-01-27 11:26:31 UTC (rev 33440)
@@ -49,8 +49,7 @@
 		--infodir=${prefix}/share/info		\
 		--mandir=${prefix}/share/man
 
-build		{ cd ${worksrcpath}
-		  system "LDFLAGS=\"-lstdc++ -Wl,-read_only_relocs,warning -L${prefix}/lib\" make all"
+build		{ system "cd ${worksrcpath} && LDFLAGS=\"-lstdc++ -Wl,-read_only_relocs,warning -L${prefix}/lib\" make all"
 		}
 
 default_variants	+test

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


More information about the macports-changes mailing list