[24619] branches/dp2mp-move/base/src/port/port.tcl
Ryan Schmidt
ryandesign at macports.org
Sat Apr 28 20:05:13 PDT 2007
On Apr 28, 2007, at 21:06, source_changes at macosforge.org wrote:
> + gohome {
> + set homepage $portinfo(homepage)
> + if { $homepage != "" } {
> + # TODO we should autoconfigure this, and perhaps leave an
> option for
> + # a different command to visit the homepage
> + system "/usr/bin/open $homepage"
> + } else {
> + puts "(no homepage)"
> + }
> + }
Nah, I would say we don't need any options here. /usr/bin/open will
open the homepage with the default web browser. That's perfectly
reasonable for this use.
More information about the macports-dev
mailing list