most recent changes, diff for mozart-doc

Index: lang/mozart-doc/Portfile
--- lang/mozart-doc/Portfile (revision 31158)
+++ lang/mozart-doc/Portfile (revision 31159)
@@ -3,6 +3,7 @@
PortSystem 1.0
name mozart-doc
version 1.3.2
+revision 1
categories lang
platforms darwin
maintainers bfulgham@macports.org
@@ -28,10 +29,14 @@
build.pre_args "-v"

pre-destroot {
- cd ${worksrcpath}
- delete doc/mozart-ozmake
- delete doc/mozart-stdlib
- delete examples
+ # These entries are part of the stdlib package
+ file delete -force ${worksrcpath}/doc/mozart-ozmake
+ file delete -force ${worksrcpath}/doc/mozart-stdlib
+ file delete -force ${worksrcpath}/examples
+ file delete -force ${worksrcpath}/share/doc/.htaccess
}
-destroot { file copy ${worksrcpath} ${destroot}${prefix} }

+destroot {
+ file copy ${worksrcpath} ${destroot}${prefix}/share
+}
+