[40777] trunk/dports/xfce/xfce4-axiom-theme/Portfile

afb at macports.org afb at macports.org
Tue Oct 14 13:50:46 PDT 2008


Revision: 40777
          http://trac.macports.org/changeset/40777
Author:   afb at macports.org
Date:     2008-10-14 13:50:45 -0700 (Tue, 14 Oct 2008)
Log Message:
-----------
fix permissions issue with close button

Modified Paths:
--------------
    trunk/dports/xfce/xfce4-axiom-theme/Portfile

Modified: trunk/dports/xfce/xfce4-axiom-theme/Portfile
===================================================================
--- trunk/dports/xfce/xfce4-axiom-theme/Portfile	2008-10-14 20:31:36 UTC (rev 40776)
+++ trunk/dports/xfce/xfce4-axiom-theme/Portfile	2008-10-14 20:50:45 UTC (rev 40777)
@@ -4,6 +4,7 @@
 
 name		xfce4-axiom-theme
 version		4.4.2
+revision	1
 categories	xfce
 platforms	darwin
 maintainers	afb at macports.org openmaintainer
@@ -30,4 +31,8 @@
 destroot {
    xinstall -d ${destroot}${prefix}/share/themes
    file copy ${worksrcpath} ${destroot}${prefix}/share/themes/
+   # fix up unreadable file permissions issue in the distfile
+   foreach item [glob ${destroot}${prefix}/share/themes/*/*/*.png] {
+       file attributes ${item} -permissions +r
+   }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081014/596414f9/attachment.html 


More information about the macports-changes mailing list