aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tmux
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-08-31 13:11:54 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-08-31 13:11:54 +0000
commit190a8692674ad954d5bccb2e9d7aa82de41c017a (patch)
tree8a7c1ee7d00f5ec6be4a38dbb897c878a182142b /sysutils/tmux
parentdd72fc1d6a5efeec24a5d6ecfe619cf398e66084 (diff)
downloadports-190a8692674ad954d5bccb2e9d7aa82de41c017a.tar.gz
ports-190a8692674ad954d5bccb2e9d7aa82de41c017a.zip
Cleanup a few of my ports.
No functional changes.
Notes
Notes: svn path=/head/; revision=547179
Diffstat (limited to 'sysutils/tmux')
-rw-r--r--sysutils/tmux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile
index 60cf9b5b8283..8b047208e790 100644
--- a/sysutils/tmux/Makefile
+++ b/sysutils/tmux/Makefile
@@ -43,8 +43,8 @@ LIBEVENT_STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent
LIBEVENT_STATIC_LIB_DEPENDS_OFF= libevent.so:devel/libevent
LIBEVENT_STATIC_VARS= LESTATIC=${LOCALBASE}/lib/libevent.a
-UTF8PROC_CONFIGURE_ENABLE= utf8proc
UTF8PROC_LIB_DEPENDS= libutf8proc.so:textproc/utf8proc
+UTF8PROC_CONFIGURE_ENABLE= utf8proc
post-patch:
@${REINPLACE_CMD} -e 's|/etc/tmux.conf|${PREFIX}/etc/tmux.conf|g' ${WRKSRC}/CHANGES \