[94376] trunk/dports/www/ocsigen/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jun 16 14:33:24 PDT 2012


Revision: 94376
          https://trac.macports.org/changeset/94376
Author:   ryandesign at macports.org
Date:     2012-06-16 14:33:21 -0700 (Sat, 16 Jun 2012)
Log Message:
-----------
ocsigen: use "file attributes -permissions" instead of "system chmod"

Modified Paths:
--------------
    trunk/dports/www/ocsigen/Portfile

Modified: trunk/dports/www/ocsigen/Portfile
===================================================================
--- trunk/dports/www/ocsigen/Portfile	2012-06-16 21:00:19 UTC (rev 94375)
+++ trunk/dports/www/ocsigen/Portfile	2012-06-16 21:33:21 UTC (rev 94376)
@@ -25,7 +25,7 @@
                     port:tyxml port:ocaml-sqlite3 port:ocaml-zip
 
 post-extract {
-    system "chmod +x ${worksrcpath}/configure"
+    file attributes ${worksrcpath}/configure -permissions +x
 }
 
 configure.pre_args  --prefix ${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120616/149fafec/attachment.html>


More information about the macports-changes mailing list