[69669] trunk/dports/devel/gettext/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jul 13 02:22:18 PDT 2010


Revision: 69669
          http://trac.macports.org/changeset/69669
Author:   ryandesign at macports.org
Date:     2010-07-13 02:22:14 -0700 (Tue, 13 Jul 2010)
Log Message:
-----------
gettext: don't install documentation files with the execute bit; see #25661

Modified Paths:
--------------
    trunk/dports/devel/gettext/Portfile

Modified: trunk/dports/devel/gettext/Portfile
===================================================================
--- trunk/dports/devel/gettext/Portfile	2010-07-13 08:38:57 UTC (rev 69668)
+++ trunk/dports/devel/gettext/Portfile	2010-07-13 09:22:14 UTC (rev 69669)
@@ -6,6 +6,7 @@
 
 name                    gettext
 version                 0.18.1.1
+revision                1
 categories              devel
 maintainers             ryandesign
 license                 GPLv3
@@ -57,7 +58,7 @@
     if {[file exists ${destroot}${prefix}/share/locale/locale.alias]} {
         delete ${destroot}${prefix}/share/locale/locale.alias
     }
-    xinstall -W ${worksrcpath} \
+    xinstall -m 644 -W ${worksrcpath} \
         AUTHORS \
         COPYING \
         ChangeLog \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100713/9fe0d739/attachment-0001.html>


More information about the macports-changes mailing list