[120644] trunk/dports/games/moria/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Jun 4 19:23:48 PDT 2014
On Jun 4, 2014, at 10:01 AM, mf2k at macports.org wrote:
> Revision
> 120644
> Author
> mf2k at 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
> Diff
>
> 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
> +
>
> }
If it changes the files that are installed, the revision should be increased.
More information about the macports-dev
mailing list