Modified: trunk/dports/games/moria/Portfile (120643 => 120644)
--- trunk/dports/games/moria/Portfile 2014-06-04 14:58:29 UTC (rev 120643)
+++ trunk/dports/games/moria/Portfile 2014-06-04 15:01:51 UTC (rev 120644)
@@ -70,6 +70,13 @@
xinstall -m 644 -c ${worksrcpath}/files/rwizcmds.hlp ${destroot}${prefix}/var/games/moria
xinstall -m 644 -c ${worksrcpath}/files/version.hlp ${destroot}${prefix}/var/games/moria
xinstall -m 644 -c ${worksrcpath}/files/welcome.hlp ${destroot}${prefix}/var/games/moria
+
+ # Files required by license
+ xinstall -m 644 -c ${worksrcpath}/util/mergemem/README ${destroot}${prefix}/var/games/moria
+ xinstall -m 644 -c ${worksrcpath}/util/mergemem/moriadecode.c ${destroot}${prefix}/var/games/moria
+ xinstall -m 644 -c ${worksrcpath}/util/mergemem/moriaencode.c ${destroot}${prefix}/var/games/moria
+ xinstall -m 644 -c ${worksrcpath}/util/mergemem/moriamerge.c ${destroot}${prefix}/var/games/moria
+
}
post-activate {