On Aug 22, 2008, at 19:46, [EMAIL PROTECTED] wrote:
Revision: 39526 http://trac.macosforge.org/projects/macports/changeset/39526 Author: [EMAIL PROTECTED] Date: 2008-08-22 17:46:50 -0700 (Fri, 22 Aug 2008) Log Message: ----------- net/gajim-devel: Fix typo.Modified Paths: -------------- trunk/dports/net/gajim-devel/Portfile Modified: trunk/dports/net/gajim-devel/Portfile ===================================================================--- trunk/dports/net/gajim-devel/Portfile 2008-08-23 00:39:00 UTC (rev 39525) +++ trunk/dports/net/gajim-devel/Portfile 2008-08-23 00:46:50 UTC (rev 39526)@@ -75,10 +75,10 @@ xinstall -d ${destroot}/Applications/MacPorts file rename ${worksrcpath}/dist/Gajim.app \ ${destroot}/Applications/MacPorts/- ui_msg "*********************************************************" - ui_msg "*** Gajim has been installed to /Application/MacPort **" - ui_msg "*** Double click Gajim.app to start using it. **" - ui_msg "*********************************************************"+ ui_msg "********************************************************" + ui_msg "*** Gajim has been installed to /Application/MacPorts **" + ui_msg "*** Double click Gajim.app to start using it. **" + ui_msg "********************************************************"
You fixed one typo (MacPort => MacPorts) but left another (Application => Applications). However the best way to fix this is to add support for the ${applications_dir} variable at this time, which MacPorts 1.7.0 users will be able to configure in their macports.conf. Patch attached.
gajim-devel.diff
Description: Binary data
_______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
