[78799] trunk/dports/net/tcpproxy/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun May 22 16:35:23 PDT 2011


Revision: 78799
          http://trac.macports.org/changeset/78799
Author:   ryandesign at macports.org
Date:     2011-05-22 16:35:23 -0700 (Sun, 22 May 2011)
Log Message:
-----------
tcpproxy: whitespace changes only

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

Modified: trunk/dports/net/tcpproxy/Portfile
===================================================================
--- trunk/dports/net/tcpproxy/Portfile	2011-05-22 23:31:52 UTC (rev 78798)
+++ trunk/dports/net/tcpproxy/Portfile	2011-05-22 23:35:23 UTC (rev 78799)
@@ -1,16 +1,19 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name		tcpproxy
+name                tcpproxy
 version             2.0.0-beta15
-categories	net
-platforms	darwin
-maintainers	nomaintainer
-description	tcpproxy is a proxy (tunnel, redirector) for TCP/IP protocols
-long_description	${description}
+categories          net
+platforms           darwin
+maintainers         nomaintainer
 
-homepage	http://quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/TcpProxy
+description         tcpproxy is a proxy (tunnel, redirector) for TCP/IP protocols
+
+long_description    ${description}
+
+homepage            http://quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/TcpProxy
 master_sites        http://www.quietsche-entchen.de/download/
 
 checksums           sha1    81039e5eb1e6a9dfac267c77840a9e2c9a9a98f9 \
@@ -33,11 +36,11 @@
 
 build.args          CC="${configure.cc} ${archflags}"
 
-destroot	{
-	xinstall -s -m 755 ${worksrcpath}/tcpproxy ${destroot}${prefix}/sbin
-	xinstall -m 644 ${worksrcpath}/tcpproxy.1 \
-		${destroot}${prefix}/share/man/man1
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README \
-		${destroot}${prefix}/share/doc/${name}
+destroot {
+    xinstall -s -m 755 ${worksrcpath}/tcpproxy ${destroot}${prefix}/sbin
+    xinstall -m 644 ${worksrcpath}/tcpproxy.1 \
+        ${destroot}${prefix}/share/man/man1
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README \
+        ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110522/154dc4e0/attachment-0001.html>


More information about the macports-changes mailing list