[38067] trunk/dports/lang
Ryan Schmidt
ryandesign at macports.org
Sat Jul 5 14:45:33 PDT 2008
On Jul 5, 2008, at 08:24, raimue at macports.org wrote:
> Revision: 38067
> http://trac.macosforge.org/projects/macports/changeset/38067
> Author: raimue at macports.org
> Date: 2008-07-05 06:24:00 -0700 (Sat, 05 Jul 2008)
> Log Message:
> -----------
> lang/perl5.8, lang/perl5.10:
> Add a perl binary with major version, bin/perl5.8 and bin/perl5.10
>
> Modified Paths:
> --------------
> trunk/dports/lang/perl5.10/Portfile
> trunk/dports/lang/perl5.8/Portfile
> + ln -s ${prefix}/bin/perl${version} ${destroot}${prefix}/bin/$name
Wouldn't a relative link have sufficed or is an absolute reference
necessary? Just curious.
ln -s perl${version} ${destroot}${prefix}/bin/$name
More information about the macports-dev
mailing list