[47004] trunk/dports/games/gtkevemon/Portfile
Joshua Root
jmr at macports.org
Fri Feb 20 06:23:21 PST 2009
snc at macports.org wrote:
> Revision: 47004
> http://trac.macports.org/changeset/47004
> Author: snc at macports.org
> Date: 2009-02-19 11:14:44 -0800 (Thu, 19 Feb 2009)
> Log Message:
> -----------
> cleaned up gtkevemon, maintainer timeout, ticket #18454
>
> Modified Paths:
> --------------
> trunk/dports/games/gtkevemon/Portfile
>
> Modified: trunk/dports/games/gtkevemon/Portfile
> ===================================================================
> --- trunk/dports/games/gtkevemon/Portfile 2009-02-19 19:01:44 UTC (rev 47003)
> +++ trunk/dports/games/gtkevemon/Portfile 2009-02-19 19:14:44 UTC (rev 47004)
> @@ -28,21 +28,10 @@
> svn.url svn://gtkevemon.battleclinic.com/GTKEVEMon/trunk/gtkevemon
> svn.tag ${version}
>
> -pre-fetch {
> - if {[file isdirectory ${workpath}/gtkevemon]} {
> - if {![file isdirectory ${workpath}/gtkevemon/.svn]} {
> - file delete -force ${workpath}/gtkevemon
> - }
> - }
> -}
> -
> destroot {
> - file mkdir ${destroot}
> - file mkdir ${destroot}${prefix}/bin
> - file copy ${worksrcpath}/src/gtkevemon ${destroot}${prefix}/bin/gtkevemon
> + xinstall -W ${worksrcpath}/src -m 755 ${destroot}${prefix}/bin
> }
Please test before you commit; this changeset broke the port.
- Josh
More information about the macports-dev
mailing list