[47004] trunk/dports/games/gtkevemon/Portfile

snc at macports.org snc at macports.org
Thu Feb 19 11:14:44 PST 2009


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
 }
 
-extract             {}
 use_configure       no
 
 platforms           darwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090219/6f5e32fa/attachment.html>


More information about the macports-changes mailing list