Modified: trunk/dports/science/irsim/Portfile (90148 => 90149)
--- trunk/dports/science/irsim/Portfile 2012-02-24 08:41:23 UTC (rev 90148)
+++ trunk/dports/science/irsim/Portfile 2012-02-24 09:31:17 UTC (rev 90149)
@@ -4,7 +4,7 @@
name irsim
version 9.7.71
-revision 1
+revision 2
license GPL-2
categories science
maintainers and.damore openmaintainer
@@ -33,3 +33,9 @@
build.env-append LIBS="-L${prefix}/lib"
configure.args --mandir=${prefix}/share/man
+post-destroot {
+ xinstall -d -m 755 ${destroot}${prefix}/share/doc
+ file rename ${destroot}${prefix}/lib/${name}/doc ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} COPYRIGHT README VERSION ${destroot}${prefix}/share/doc/${name}
+}
+