On Apr 28, 2007, at 21:06, [EMAIL PROTECTED] 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.
_______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
