git: ef34db7d9687 - main - sysutils/tmate: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 21:40:53 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef34db7d968757ec961d0516c361dd46403ee773 commit ef34db7d968757ec961d0516c361dd46403ee773 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-30 21:35:06 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-30 21:39:33 +0000 sysutils/tmate: Moved man to share/man --- sysutils/tmate/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/tmate/Makefile b/sysutils/tmate/Makefile index 84320eb9e3f3..af9fc51dddf8 100644 --- a/sysutils/tmate/Makefile +++ b/sysutils/tmate/Makefile @@ -1,6 +1,6 @@ PORTNAME= tmate PORTVERSION= 2.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org @@ -20,10 +20,11 @@ GH_ACCOUNT= tmate-io USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share LDFLAGS+= -lexecinfo -PLIST_FILES= bin/tmate man/man1/tmate.1.gz +PLIST_FILES= bin/tmate share/man/man1/tmate.1.gz OPTIONS_DEFINE= BACKSPACE