[125100] trunk/dports/aqua/Freecell/Portfile

jmr at macports.org jmr at macports.org
Thu Sep 4 23:08:20 PDT 2014


Revision: 125100
          https://trac.macports.org/changeset/125100
Author:   jmr at macports.org
Date:     2014-09-04 23:08:19 -0700 (Thu, 04 Sep 2014)
Log Message:
-----------
Freecell: remove post-destroot code which doesn't work and doesn't seem to be needed

Modified Paths:
--------------
    trunk/dports/aqua/Freecell/Portfile

Modified: trunk/dports/aqua/Freecell/Portfile
===================================================================
--- trunk/dports/aqua/Freecell/Portfile	2014-09-05 06:04:24 UTC (rev 125099)
+++ trunk/dports/aqua/Freecell/Portfile	2014-09-05 06:08:19 UTC (rev 125100)
@@ -37,16 +37,5 @@
     }
 }
 
-post-destroot {
-    fs-traverse dir ${worksrcpath}/build {
-        if {[file isdirectory ${dir}]} {
-            file attributes ${dir} -permissions u+w
-        }
-    }
-    xinstall -d ${destroot}${applications_dir}
-    copy ${worksrcpath}/build/UninstalledProducts/Freecell.app \
-        ${destroot}${applications_dir}
-}
-
 livecheck.type          regex
 livecheck.regex         "${name} (\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140904/34ba0e14/attachment.html>


More information about the macports-changes mailing list