[34947] trunk/dports/net/ttcp/Portfile

fenner at macports.org fenner at macports.org
Wed Mar 12 06:50:12 PDT 2008


Revision: 34947
          http://trac.macosforge.org/projects/macports/changeset/34947
Author:   fenner at macports.org
Date:     2008-03-12 06:50:11 -0700 (Wed, 12 Mar 2008)

Log Message:
-----------
Update my maintainer address, and make this destroot work again.

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

Modified: trunk/dports/net/ttcp/Portfile
===================================================================
--- trunk/dports/net/ttcp/Portfile	2008-03-12 11:50:15 UTC (rev 34946)
+++ trunk/dports/net/ttcp/Portfile	2008-03-12 13:50:11 UTC (rev 34947)
@@ -4,7 +4,7 @@
 name		ttcp
 version		1.10
 categories	net
-maintainers	fenner at research.att.com
+maintainers	fenner at macports.org
 description	Benchmarking tool for analysing TCP and UDP performance
 long_description        TTCP is a benchmarking tool for determining \
  TCP and UDP performance between 2 systems. \
@@ -29,9 +29,8 @@
 	system "cd \"${worksrcpath}\" && cc -o ttcp ttcp.c"
 }
 destroot {
-	cd ${worksrcpath}
-	system "install ttcp ${destroot}${prefix}/bin"
-	system "install ttcp.1 ${destroot}${prefix}/share/man/man1"
+	system "install ${worksrcpath}/ttcp ${destroot}${prefix}/bin"
+	system "install ${worksrcpath}/ttcp.1 ${destroot}${prefix}/share/man/man1"
 	system "install -d ${destroot}${prefix}/share/doc/ttcp"
-	system "install README ${destroot}${prefix}/share/doc/ttcp"
+	system "install ${worksrcpath}/README ${destroot}${prefix}/share/doc/ttcp"
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080312/faeb5d9e/attachment.html 


More information about the macports-changes mailing list