Date: Mon, 3 Sep 2012 15:47:52 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303600 - head/sysutils/tmux Message-ID: <201209031547.q83FlqBA006437@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Mon Sep 3 15:47:52 2012 New Revision: 303600 URL: http://svn.freebsd.org/changeset/ports/303600 Log: - Fix typo in BACKSPACE_DESC string PR: 171280 Submitted by: Derek Wood <ddwood@outlook.com> Modified: head/sysutils/tmux/Makefile Modified: head/sysutils/tmux/Makefile ============================================================================== --- head/sysutils/tmux/Makefile Mon Sep 3 13:30:22 2012 (r303599) +++ head/sysutils/tmux/Makefile Mon Sep 3 15:47:52 2012 (r303600) @@ -31,7 +31,7 @@ OPTIONS_DEFINE= LIBEVENT2 LIBEVENT_STATI LIBEVENT2_DESC= Use libevent version 2 LIBEVENT_STATIC_DESC= Build with static libevent -BACKSPACE_DESC= Build wiht tty/keys patch +BACKSPACE_DESC= Build with tty/keys patch .include <bsd.port.options.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209031547.q83FlqBA006437>