mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add utmp support back.
UTMP support is no longer auto-detected, it needs to be enabled manually. PR: 220722 Reported by: peter Sponsored by: Absolight
This commit is contained in:
parent
3148b725ce
commit
672fc5d931
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445733
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= tmux
|
||||
PORTVERSION= 2.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://github.com/tmux/tmux/releases/download/${PORTVERSION}/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
@ -19,7 +20,7 @@ USE_GITHUB= nodefault
|
||||
GH_TUPLE= imomaliev:tmux-bash-completion:ef56d3e:bash
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc
|
||||
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc --enable-utempter
|
||||
|
||||
PLIST_FILES= bin/tmux \
|
||||
man/man1/tmux.1.gz \
|
||||
|
Loading…
Reference in New Issue
Block a user