29 Apr
2007
29 Apr
'07
3:05 a.m.
On Apr 28, 2007, at 21:06, source_changes@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.