git: 23cd41dc09c8 - main - sysutils/tmux: Impelled to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 13:48:07 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=23cd41dc09c8df2d6efc9761c2724ad148fd4112
commit 23cd41dc09c8df2d6efc9761c2724ad148fd4112
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 13:43:45 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 13:47:42 +0000
sysutils/tmux: Impelled to share/man
Approved by: portmgr (blanket)
---
sysutils/tmux/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile
index a392d655274b..0e0c0280a234 100644
--- a/sysutils/tmux/Makefile
+++ b/sysutils/tmux/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tmux
PORTVERSION= 3.3a
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= https://github.com/tmux/tmux/releases/download/${PORTVERSION}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -24,6 +24,7 @@ USE_GITHUB= nodefault
GH_TUPLE= imomaliev:tmux-bash-completion:f5d5323:bash
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-utempter \
--sysconfdir=${PREFIX}/etc
@@ -31,7 +32,7 @@ CONFLICTS_INSTALL= tmux23
PLIST_FILES= bin/tmux \
etc/bash_completion.d/tmux \
- man/man1/tmux.1.gz
+ share/man/man1/tmux.1.gz
PORTDOCS= CHANGES README
PORTEXAMPLES= *