[30481] trunk/dports/lang/erlang/Portfile

Ryan Schmidt ryandesign at macports.org
Sun Oct 28 21:39:24 PDT 2007


On Oct 28, 2007, at 23:14, source_changes at macosforge.org wrote:

[snip]

>  post-destroot	{
>  	cd ${destroot}${prefix}/lib/erlang
> -        system "tar -zxvf ${distpath}/otp_doc_html_${version}$ 
> {extract.suffix}"
> -	system "tar -zxvf ${distpath}/otp_doc_man_${version}$ 
> {extract.suffix}"
> -
> +	system "tar -C ${destroot}${prefix}/lib/erlang -zxvf ${distpath}/ 
> otp_doc_html_${version}${extract.suffix}"
> +	system "tar -C ${destroot}${prefix}/lib/erlang -zxvf ${distpath}/ 
> otp_doc_man_${version}${extract.suffix}"

[snip]

You want to remove that "cd" line too, right?




More information about the macports-dev mailing list