Revision: 32259 http://trac.macosforge.org/projects/macports/changeset/32259 Author: ryandesign@macports.org Date: 2007-12-23 02:50:38 -0800 (Sun, 23 Dec 2007) Log Message: ----------- Change invalid "configure no" to "use_configure no"; fixes #13681 Modified Paths: -------------- trunk/dports/games/wordplay/Portfile trunk/dports/net/mdnsd/Portfile Modified: trunk/dports/games/wordplay/Portfile =================================================================== --- trunk/dports/games/wordplay/Portfile 2007-12-23 10:12:15 UTC (rev 32258) +++ trunk/dports/games/wordplay/Portfile 2007-12-23 10:50:38 UTC (rev 32259) @@ -23,7 +23,7 @@ patchfiles patch-wordplay.c -configure no +use_configure no build.target Modified: trunk/dports/net/mdnsd/Portfile =================================================================== --- trunk/dports/net/mdnsd/Portfile 2007-12-23 10:12:15 UTC (rev 32258) +++ trunk/dports/net/mdnsd/Portfile 2007-12-23 10:50:38 UTC (rev 32259) @@ -18,7 +18,7 @@ platforms darwin master_sites http://dotlocal.org/mdnsd/ checksums md5 3692107785567b0eff6cec979506da3b -configure no +use_configure no destroot { file mkdir ${destroot}${prefix}/bin system "install -m 755 ${worksrcpath}/mhttp ${destroot}${prefix}/bin"
participants (1)
-
ryandesign@macports.org