[117441] trunk/dports/textproc/flip/Portfile

jmr at macports.org jmr at macports.org
Wed Feb 26 02:20:17 PST 2014


Revision: 117441
          https://trac.macports.org/changeset/117441
Author:   jmr at macports.org
Date:     2014-02-26 02:20:17 -0800 (Wed, 26 Feb 2014)
Log Message:
-----------
flip: indicate no license info, update build commands

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

Modified: trunk/dports/textproc/flip/Portfile
===================================================================
--- trunk/dports/textproc/flip/Portfile	2014-02-26 09:39:48 UTC (rev 117440)
+++ trunk/dports/textproc/flip/Portfile	2014-02-26 10:20:17 UTC (rev 117441)
@@ -5,6 +5,7 @@
 name            flip
 version         20050821
 categories      textproc
+license         none
 platforms       darwin
 maintainers     nomaintainer
 description     convert text file line endings
@@ -21,22 +22,17 @@
 
 checksums       md5 27ddb3be9f81617c016aecb776513315 \
                 sha1 3cd1526d359d18fc3ae8cd6e57af25726ff56fc9 \
-                rmd160 c9c4f727a41fb943b7516ba71f03fc35f70f482e 
+                rmd160 c9c4f727a41fb943b7516ba71f03fc35f70f482e
 
 use_configure   no
 
+variant universal {}
+
 build {
-    system "cd ${worksrcpath} && \
-        g++ [join ${configure.cflags}] -o flip flip.cpp"
+    system -W ${worksrcpath} \
+        "${configure.cxx} ${configure.cxxflags} [get_canonical_archflags cxx] -o flip flip.cpp"
 }
 
 destroot {
     xinstall -s ${worksrcpath}/flip ${destroot}${prefix}/bin
 }
-
-variant universal {
-    configure.cflags-append ${configure.universal_cflags}
-}
-
-destroot.destdir    prefix=${destroot}${prefix}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140226/71466a2f/attachment.html>


More information about the macports-changes mailing list