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

toby at macports.org toby at macports.org
Thu Oct 1 00:16:14 PDT 2009


Revision: 58571
          http://trac.macports.org/changeset/58571
Author:   toby at macports.org
Date:     2009-10-01 00:16:10 -0700 (Thu, 01 Oct 2009)
Log Message:
-----------
Add a +screen variant to install screen-keys.conf as the default configuration.

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

Modified: trunk/dports/sysutils/tmux/Portfile
===================================================================
--- trunk/dports/sysutils/tmux/Portfile	2009-10-01 07:11:48 UTC (rev 58570)
+++ trunk/dports/sysutils/tmux/Portfile	2009-10-01 07:16:10 UTC (rev 58571)
@@ -43,4 +43,10 @@
 	}
 }
 
+variant screen description "behave more like screen" {
+	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/db24aeb5/attachment-0001.html>


More information about the macports-changes mailing list