[33987] trunk/dports/lang/icon/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Feb 9 14:50:16 PST 2008


Revision: 33987
          http://trac.macosforge.org/projects/macports/changeset/33987
Author:   ryandesign at macports.org
Date:     2008-02-09 14:50:15 -0800 (Sat, 09 Feb 2008)

Log Message:
-----------
icon: fix the configure phase so it doesn't use the deprecated 'cd' command; see #14238

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

Modified: trunk/dports/lang/icon/Portfile
===================================================================
--- trunk/dports/lang/icon/Portfile	2008-02-09 22:46:49 UTC (rev 33986)
+++ trunk/dports/lang/icon/Portfile	2008-02-09 22:50:15 UTC (rev 33987)
@@ -22,10 +22,9 @@
 			sha1 92bd3347807b333fb903edf61a2805f2e1159577 \
 			rmd160 af75af7f106920cd59a7f8ac85954aa472ae78e7
 
-configure {
-  cd ${worksrcpath}
-  system "make X-Configure name=macintosh"
-}
+configure.cmd		make
+configure.pre_args
+configure.args		X-Configure name=macintosh
 
 build.target		All
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080209/018e7418/attachment.html


More information about the macports-changes mailing list