Modified: trunk/dports/science/libemos/Portfile (145281 => 145282)
--- 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}