[44639] trunk/dports/x11

Ryan Schmidt ryandesign at macports.org
Fri Jan 9 01:32:44 PST 2009


On Jan 1, 2009, at 11:59, css at macports.org wrote:

> +worksrcdir	Mesa-${version}
> +build.cmd	cd "${worksrcpath}/src/glw" && make
> +build.target

Why not set build.dir instead of build.cmd? I haven't tested it but  
shouldn't this work:


Index: Portfile
===================================================================
--- Portfile	(revision 45155)
+++ Portfile	(working copy)
@@ -30,7 +30,7 @@
  configure.args-append	--enable-motif

  worksrcdir	Mesa-${version}
-build.cmd	cd "${worksrcpath}/src/glw" && make
+build.dir	${worksrcpath}/src/glw
  build.target

  variant darwin {




More information about the macports-dev mailing list