Revision: 145282 https://trac.macports.org/changeset/145282 Author: takeshi@macports.org Date: 2016-01-30 17:13:59 -0800 (Sat, 30 Jan 2016) Log Message: ----------- libemos: revert install location for utilities to /bin Modified Paths: -------------- trunk/dports/science/libemos/Portfile Modified: trunk/dports/science/libemos/Portfile =================================================================== --- trunk/dports/science/libemos/Portfile 2016-01-31 01:06:27 UTC (rev 145281) +++ trunk/dports/science/libemos/Portfile 2016-01-31 01:13:59 UTC (rev 145282) @@ -7,6 +7,7 @@ name libemos version 4.3.3 +revision 1 platforms darwin maintainers takeshi license Apache-2 @@ -50,12 +51,8 @@ post-destroot { ln -s ${prefix}/lib/libemos.a ${destroot}${prefix}/lib/libemos.R32.D64.I32.a ln -s ${prefix}/lib/libemosR64.a ${destroot}${prefix}/lib/libemos.D64.D64.I32.a - file mkdir ${destroot}${prefix}/lib/${name} - file rename ${destroot}${prefix}/bin ${destroot}${prefix}/lib/${name}/ } -notes "Executables are installed in ${prefix}/lib/${name}/bin." - livecheck.type regex livecheck.url ${homepage} livecheck.regex {libemos-([0-9]\.[0-9]\.[0-9])-Source.tar.gz}
participants (1)
-
takeshi@macports.org