The qlipper port has this configure phase code:

configure.cmd           ${qt_qmake_cmd}
configure.pre_args      INSTALL_PREFIX=${worksrcpath}/tmprelease/ 
CONFIGURE=\"release\"

configure {
    ui_msg ${worksrcpath}
    system "cd ${worksrcpath} && ${qt_qmake_cmd}"
}


The ui_msg is clearly debugging code and should go away. But my main confusion 
is that the configure.cmd and configure.pre_args are set.... and then never 
used, because the configure phase is overridden. What's the intention here? Are 
the INSTALL_PREFIX and CONFIGURE settings important to qlipper? They're not 
currently being used.


_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to