[64042] trunk/dports/lang

Ryan Schmidt ryandesign at macports.org
Sat Feb 20 16:41:35 PST 2010


On Feb 20, 2010, at 12:03, jann at macports.org wrote:

> Revision: 64042
>          http://trac.macports.org/changeset/64042
> Author:   jann at macports.org
> Date:     2010-02-20 10:03:40 -0800 (Sat, 20 Feb 2010)
> Log Message:
> -----------
> Port for eiffel studio version 6.6


> +destroot          {
> +                    xinstall -m 755 -d ${destroot}/${applications_dir}

Everywhere it is used, there should not be a slash before ${applications_dir}; ${applications_dir} already begins with a slash.


> +post-activate     {
> +                    ui_msg " ################################################################################## \n\
> +                        To complete the installation you have to add the following to your .bashrc or .profile file : \n\
> +                        export ISE_PLATFORM=$env(ISE_PLATFORM) \n\
> +                        export ISE_EIFFEL=${applications_dir}/Eiffel${branch} \n\
> +                        export GOBO=\$ISE_EIFFEL/library/gobo/svn \n\
> +                        export PATH=\$PATH:\$ISE_EIFFEL/studio/spec/\$ISE_PLATFORM/bin:\$GOBO/../spec/\$ISE_PLATFORM/bin \n\
> +                        ################################################################################## \n"
> +                  }

Would you consider converting this message to use the new notes feature instead?


Any changes you make should be applied to eiffelstudio65, eiffelstudio64 and eiffelstudio as well.




More information about the macports-dev mailing list