[105763] trunk/dports/lang/luajit/Portfile

and.damore at macports.org and.damore at macports.org
Sun May 5 06:17:50 PDT 2013


Revision: 105763
          https://trac.macports.org/changeset/105763
Author:   and.damore at macports.org
Date:     2013-05-05 06:17:50 -0700 (Sun, 05 May 2013)
Log Message:
-----------
port luajit: cosmetic changes, grouped destroot settings

Modified Paths:
--------------
    trunk/dports/lang/luajit/Portfile

Modified: trunk/dports/lang/luajit/Portfile
===================================================================
--- trunk/dports/lang/luajit/Portfile	2013-05-05 13:12:22 UTC (rev 105762)
+++ trunk/dports/lang/luajit/Portfile	2013-05-05 13:17:50 UTC (rev 105763)
@@ -22,8 +22,17 @@
 patchfiles          patch-luajit-v2.0.1_hotfix1.diff
 patch.pre_args      -p1
 
-destroot.post_args-append   PREFIX=$prefix
+use_configure       no
 
+macosx_deployment_target  10.6
+
+build.target        amalg
+build.args-append   CC="${configure.cc}"  \
+                    CFLAGS="${configure.cflags} ${configure.cppflags} [get_canonical_archflags]" \
+                    LDFLAGS="${configure.ldflags} [get_canonical_archflags]" \
+                    Q=""
+
+destroot.post_args-append   PREFIX="${prefix}"
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/img
@@ -37,15 +46,6 @@
     xinstall -m 644 ${worksrcpath}/etc/luajit.1 ${destroot}${prefix}/share/man/man1
 }
 
-use_configure       no
-macosx_deployment_target  10.6
-
-build.target        amalg
-build.args-append   CC="${configure.cc}"  \
-                    CFLAGS="${configure.cflags} ${configure.cppflags} [get_canonical_archflags]" \
-                    LDFLAGS="${configure.ldflags} [get_canonical_archflags]" \
-                    Q=""
-
 livecheck.type  regex
 livecheck.url   ${master_sites}.html
 livecheck.regex {LuaJIT-(\d+(?:\.\d+)*(?:-beta\d+)?).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130505/4af063a4/attachment.html>


More information about the macports-changes mailing list