[78818] trunk/dports/textproc/multimarkdown/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Mon May 23 11:56:28 PDT 2011


Revision: 78818
          http://trac.macports.org/changeset/78818
Author:   singingwolfboy at macports.org
Date:     2011-05-23 11:56:28 -0700 (Mon, 23 May 2011)
Log Message:
-----------
multimarkdown: fixed incorrect permissions setting on multimarkdown binary

Modified Paths:
--------------
    trunk/dports/textproc/multimarkdown/Portfile

Modified: trunk/dports/textproc/multimarkdown/Portfile
===================================================================
--- trunk/dports/textproc/multimarkdown/Portfile	2011-05-23 18:44:03 UTC (rev 78817)
+++ trunk/dports/textproc/multimarkdown/Portfile	2011-05-23 18:56:28 UTC (rev 78818)
@@ -6,6 +6,7 @@
 set git_name        peg-${name}
 set git_author      fletcher
 version             3.0b11
+revision            1
 categories          textproc
 license             GPL or MIT
 maintainers         singingwolfboy openmaintainer
@@ -43,7 +44,7 @@
 build.target        docs
 
 destroot {
-    xinstall -m 644 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
+    xinstall -m 744 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
 
     set docdir ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110523/136b1b87/attachment.html>


More information about the macports-changes mailing list