[34058] trunk/dports/java/proguard/Portfile

blair at macports.org blair at macports.org
Mon Feb 11 10:41:09 PST 2008


Revision: 34058
          http://trac.macosforge.org/projects/macports/changeset/34058
Author:   blair at macports.org
Date:     2008-02-11 10:41:06 -0800 (Mon, 11 Feb 2008)

Log Message:
-----------
proguard: style tweak, add a newline after PortSystem.

Modified Paths:
--------------
    trunk/dports/java/proguard/Portfile

Modified: trunk/dports/java/proguard/Portfile
===================================================================
--- trunk/dports/java/proguard/Portfile	2008-02-11 16:38:50 UTC (rev 34057)
+++ trunk/dports/java/proguard/Portfile	2008-02-11 18:41:06 UTC (rev 34058)
@@ -1,8 +1,10 @@
 # $Id$
 
 PortSystem 1.0
+
 name			proguard
 version			4.1
+revision		1
 categories		java
 maintainers		blair
 
@@ -42,4 +44,9 @@
 	foreach f {README docs examples} {
 		file copy ${worksrcpath}/${f} ${docdir}/
 	}
+
+	# Some of the unziped files and directories are not readable
+	# by everyone, so fix that.
+	system "find ${destroot} -type d -print0 | xargs -0 chmod a+rx"
+	system "find ${destroot} -type f -print0 | xargs -0 chmod a+r"
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080211/3459af37/attachment.html


More information about the macports-changes mailing list