Revision: 120644 https://trac.macports.org/changeset/120644 Author: mf2k@macports.org Date: 2014-06-04 08:01:51 -0700 (Wed, 04 Jun 2014) Log Message: ----------- moria: Install files required by license. Modified Paths: -------------- trunk/dports/games/moria/Portfile Modified: trunk/dports/games/moria/Portfile =================================================================== --- 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 {