[58572] trunk/dports/sysutils/tmux/Portfile

toby at macports.org toby at macports.org
Thu Oct 1 00:18:43 PDT 2009


Revision: 58572
          http://trac.macports.org/changeset/58572
Author:   toby at macports.org
Date:     2009-10-01 00:18:39 -0700 (Thu, 01 Oct 2009)
Log Message:
-----------
whitespace

Modified Paths:
--------------
    trunk/dports/sysutils/tmux/Portfile

Modified: trunk/dports/sysutils/tmux/Portfile
===================================================================
--- trunk/dports/sysutils/tmux/Portfile	2009-10-01 07:16:10 UTC (rev 58571)
+++ trunk/dports/sysutils/tmux/Portfile	2009-10-01 07:18:39 UTC (rev 58572)
@@ -2,51 +2,51 @@
 
 PortSystem 1.0
 
-name             tmux
-version          1.0
-revision         3
-categories       sysutils
-maintainers      toby
-description      terminal multiplexer
+name            tmux
+version         1.0
+revision        3
+categories      sysutils
+maintainers     toby
+description     terminal multiplexer
 long_description \
-	tmux is a \"terminal multiplexer\", it enables a number of terminals \
-	(or windows) to be accessed and controlled from a single terminal. \
-	tmux is intended to be a simple, modern, BSD-licensed alternative \
-	to programs such as GNU screen.
-homepage         http://sourceforge.net/projects/tmux/
-platforms        darwin
-license          BSD
-master_sites     sourceforge
-checksums        md5 716b12d9ea052f57d917bf2869d419df \
-                 sha1 62bbea17e54cdacb48442e25eddf0463ab69ba61 \
-                 rmd160 3176447bf21dd1d5559d256ee3786d13771c20af 
+    tmux is a \"terminal multiplexer\", it enables a number of terminals \
+    (or windows) to be accessed and controlled from a single terminal. \
+    tmux is intended to be a simple, modern, BSD-licensed alternative \
+    to programs such as GNU screen.
+homepage        http://sourceforge.net/projects/tmux/
+platforms       darwin
+license         BSD
+master_sites    sourceforge
+checksums       md5 716b12d9ea052f57d917bf2869d419df \
+                sha1 62bbea17e54cdacb48442e25eddf0463ab69ba61 \
+                rmd160 3176447bf21dd1d5559d256ee3786d13771c20af
 
-depends_lib      port:ncurses
+depends_lib     port:ncurses
 
-patchfiles       GNUmakefile.diff \
-                 osdep-darwin.c.diff \
-                 server.c.diff \
-                 tmux.1.diff \
-                 tmux.h.diff
+patchfiles      GNUmakefile.diff \
+                osdep-darwin.c.diff \
+                server.c.diff \
+                tmux.1.diff \
+                tmux.h.diff
 
 post-configure {
-	reinplace "s|__PREFIX__|${prefix}|g" "${worksrcpath}/GNUmakefile" "${worksrcpath}/tmux.1" "${worksrcpath}/tmux.h"
-	reinplace "s|__CC__|${configure.cc}|" "${worksrcpath}/GNUmakefile"
-	reinplace "s|__CFLAGS__|${configure.cflags}|" "${worksrcpath}/GNUmakefile"
-	reinplace "s|__LDFLAGS__|${configure.ldflags}|" "${worksrcpath}/GNUmakefile"
+    reinplace "s|__PREFIX__|${prefix}|g" "${worksrcpath}/GNUmakefile" "${worksrcpath}/tmux.1" "${worksrcpath}/tmux.h"
+    reinplace "s|__CC__|${configure.cc}|" "${worksrcpath}/GNUmakefile"
+    reinplace "s|__CFLAGS__|${configure.cflags}|" "${worksrcpath}/GNUmakefile"
+    reinplace "s|__LDFLAGS__|${configure.ldflags}|" "${worksrcpath}/GNUmakefile"
 }
 
 post-destroot {
-	xinstall -m 0755 -d ${destroot}${prefix}/share/doc/tmux
-	foreach file [glob ${worksrcpath}/examples/*] {
-		xinstall -m 0644 $file ${destroot}${prefix}/share/doc/tmux
-	}
+    xinstall -m 0755 -d ${destroot}${prefix}/share/doc/tmux
+    foreach file [glob ${worksrcpath}/examples/*] {
+        xinstall -m 0644 $file ${destroot}${prefix}/share/doc/tmux
+    }
 }
 
 variant screen description "behave more like screen" {
-	post-destroot {
-		xinstall -m 0644 ${worksrcpath}/examples/screen-keys.conf ${destroot}${prefix}/etc/tmux.conf
-	}
+    post-destroot {
+        xinstall -m 0644 ${worksrcpath}/examples/screen-keys.conf ${destroot}${prefix}/etc/tmux.conf
+    }
 }
 
 livecheck.regex  tmux tmux-(\[^ \]+) released
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091001/9b9f7d17/attachment.html>


More information about the macports-changes mailing list