[95203] trunk/dports/devel/apache-ant/Portfile

blair at macports.org blair at macports.org
Fri Jul 6 11:14:09 PDT 2012


Revision: 95203
          https://trac.macports.org/changeset/95203
Author:   blair at macports.org
Date:     2012-07-06 11:14:06 -0700 (Fri, 06 Jul 2012)
Log Message:
-----------
apache-ant: fix permissions on ${prefix}/share/doc/${name}.

Modified Paths:
--------------
    trunk/dports/devel/apache-ant/Portfile

Modified: trunk/dports/devel/apache-ant/Portfile
===================================================================
--- trunk/dports/devel/apache-ant/Portfile	2012-07-06 17:33:51 UTC (rev 95202)
+++ trunk/dports/devel/apache-ant/Portfile	2012-07-06 18:14:06 UTC (rev 95203)
@@ -4,7 +4,7 @@
 
 name                    apache-ant
 version                 1.8.4
-revision                2
+revision                3
 categories              devel java
 license                 Apache-2 W3C
 maintainers             openmaintainer blair
@@ -74,7 +74,7 @@
         file copy ${worksrcpath}${workTarget} \
                 ${destroot}${prefix}/share/java/${name}
 
-        xinstall -m 744 -d ${destroot}${prefix}/share/doc/${name}
+        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
         foreach f {INSTALL
                    KEYS
                    LICENSE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120706/76589c5d/attachment.html>


More information about the macports-changes mailing list