Modified: trunk/base/src/port/port.tcl (80137 => 80138)
--- trunk/base/src/port/port.tcl 2011-07-05 07:01:07 UTC (rev 80137)
+++ trunk/base/src/port/port.tcl 2011-07-05 07:04:06 UTC (rev 80138)
@@ -236,7 +236,9 @@
# show the URL for the ticket reporting instructions
proc print_tickets_url {args} {
- ui_notice "To report a bug, see <http://guide.macports.org/#project.tickets>"
+ if {${macports::prefix} != "/usr/local" && ${macports::prefix} != "/usr"} {
+ ui_notice "To report a bug, see <http://guide.macports.org/#project.tickets>"
+ }
}
# Form a composite version as is sometimes used for registry functions