[91496] trunk/dports/devel/ld64/Portfile

Jeremy Huddleston jeremyhu at macports.org
Tue Apr 3 11:09:32 PDT 2012


I got this by copy-paste error from other ports.  Are there any objections to me fixing all the ones below:

./benchmarks/nbench-byte/Portfile:    file mkdir -p ${destroot}${prefix}/share/nbench
./databases/pgintcl/Portfile:			file mkdir -p $sw_dest_dir
./databases/pgintcl/Portfile:			file mkdir -p $share_dest_dir
./databases/pgintcl/Portfile:			file mkdir -p $doc_dest_dir
./lang/itcl/Portfile:	file mkdir -p ${_d}/lib/itcl3.4
./lang/itcl/Portfile:	file mkdir -p ${_d}/include
./lang/xmlgen/Portfile:                        file mkdir -p $sw_dest_dir
./lang/xmlgen/Portfile:                        file mkdir -p $doc_dest_dir
./net/tintinxx/Portfile:  file mkdir -p $doc_dest_dir
./www/tiki/Portfile:    file mkdir -p ${destroot}${prefix}/www
./x11/itk/Portfile:	file mkdir -p ${_d}/lib/itk3.3
./x11/itk/Portfile:	file mkdir -p ${_d}/include

On Apr 3, 2012, at 11:00 AM, jeremyhu at macports.org wrote:

> Revision: 91496
>          https://trac.macports.org/changeset/91496
> Author:   jeremyhu at macports.org
> Date:     2012-04-03 11:00:38 -0700 (Tue, 03 Apr 2012)
> Log Message:
> -----------
> ld64: mkdir doesn't need -p
> 
> Modified Paths:
> --------------
>    trunk/dports/devel/ld64/Portfile
> 
> Modified: trunk/dports/devel/ld64/Portfile
> ===================================================================
> --- trunk/dports/devel/ld64/Portfile	2012-04-03 17:14:26 UTC (rev 91495)
> +++ trunk/dports/devel/ld64/Portfile	2012-04-03 18:00:38 UTC (rev 91496)
> @@ -68,7 +68,7 @@
> 
>     # ${prefix}/bin/ld will always use the llvm we built against
>     # ${prefix}/libexec/ld64/ld uses relative linking for use with the llvm ports
> -    file mkdir -p ${destroot}${prefix}/libexec/ld64
> +    file mkdir ${destroot}${prefix}/libexec/ld64
>     file copy ${destroot}${prefix}/bin/ld ${destroot}${prefix}/libexec/ld64/ld
> 
>     if {${os.major} >= 9} {
> _______________________________________________
> macports-changes mailing list
> macports-changes at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macports-changes



More information about the macports-dev mailing list