New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80138


Ignore:
Timestamp:
07/05/11 00:04:06 (4 years ago)
Author:
jmr@…
Message:

don't invite bug reports when using an unsupported prefix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port/port.tcl

    r79686 r80138  
    237237# show the URL for the ticket reporting instructions 
    238238proc print_tickets_url {args} { 
    239     ui_notice "To report a bug, see <http://guide.macports.org/#project.tickets>" 
     239    if {${macports::prefix} != "/usr/local" && ${macports::prefix} != "/usr"} { 
     240        ui_notice "To report a bug, see <http://guide.macports.org/#project.tickets>" 
     241    } 
    240242} 
    241243 
Note: See TracChangeset for help on using the changeset viewer.