forked from Lainports/opnsense-ports
sysutils/tmux: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
f73498265c
commit
519abae514
1 changed files with 3 additions and 2 deletions
|
|
@ -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= *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue