[110266] trunk/dports/net/nettee/Portfile

jmr at macports.org jmr at macports.org
Thu Aug 29 03:51:47 PDT 2013


Revision: 110266
          https://trac.macports.org/changeset/110266
Author:   jmr at macports.org
Date:     2013-08-29 03:51:47 -0700 (Thu, 29 Aug 2013)
Log Message:
-----------
nettee: set license, update build command

Modified Paths:
--------------
    trunk/dports/net/nettee/Portfile

Modified: trunk/dports/net/nettee/Portfile
===================================================================
--- trunk/dports/net/nettee/Portfile	2013-08-29 10:45:55 UTC (rev 110265)
+++ trunk/dports/net/nettee/Portfile	2013-08-29 10:51:47 UTC (rev 110266)
@@ -5,6 +5,7 @@
 name			nettee
 version			0.1.6
 categories		net
+license			GPL-2
 platforms		darwin
 maintainers		nomaintainer
 description		nettee is a network tee-style program
@@ -17,7 +18,7 @@
 use_configure	no
 
 build {
-	system "cd ${worksrcpath} && gcc -std=c99 -DNOUSLEEP nettee.c -o nettee"
+	system -W ${worksrcpath} "${configure.cc} ${configure.cflags} ${configure.cc_archflags} -std=c99 -DNOUSLEEP nettee.c -o nettee"
 }
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130829/489677fc/attachment.html>


More information about the macports-changes mailing list