Bradley Giesbrecht wrote: > cat `port dir mysql5`/Portfile This can be simplified to: cat `port file mysql5` But even that can be simplified: port cat mysql5 :-) - Josh