In the file dports/_resources/port1.0/group/select-1.0.tcl:54-60

{{{
post-destroot {
    if {${select.file} != "" || ${select.group} != ""} {
        select::install ${select.group} ${select.file}
    } else {
        ui_debug "PortGroup select: select.group or select.file not set"
    }
}
}}}

Q: Shouldn't the "||" be "&&" instead?  I think one never wants to
install a select file unless both the filename and group are specified. 
I'm happy to make the change, just double checking that I understand the
intent. - MLD
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to