most recent changes, diff for mozart-stdlib

Index: lang/mozart-stdlib/Portfile
--- lang/mozart-stdlib/Portfile (revision 31157)
+++ lang/mozart-stdlib/Portfile (revision 31158)
@@ -4,6 +4,7 @@

name mozart-stdlib
version 1.3.2
+revision 1
categories lang
platforms darwin
maintainers bfulgham@macports.org
@@ -25,12 +26,11 @@
checksums md5 0daf6c873990bebdde550ec1fd70bdb6

worksrcdir mozart-1.3.2.20060615-std
-configure.args --prefix=${prefix}/mozart --enable-doc=no
+configure.args --prefix=${prefix}/share/mozart --enable-doc=no
build.target

-destroot.args PREFIX=${destroot}${prefix}/mozart
+destroot.args PREFIX=${destroot}${prefix}/share/mozart
post-destroot {
- cd ${destroot}${prefix}
- system "ln mozart/bin/ozmake bin"
+ system "ln ${destroot}${prefix}/share/mozart/bin/ozmake ${destroot}${prefix}/bin"
}