git: f5f967a82efc - main - devel/tig: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Mar 2024 09:47:48 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5f967a82efc0ee9295f893d02ba77e15371d6e6 commit f5f967a82efc0ee9295f893d02ba77e15371d6e6 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-07 08:08:43 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-07 09:47:32 +0000 devel/tig: Move man pages to share/man Approved by: portmgr (blanket) --- devel/tig/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/devel/tig/Makefile b/devel/tig/Makefile index 89ec2244ec83..862af3e03015 100644 --- a/devel/tig/Makefile +++ b/devel/tig/Makefile @@ -1,5 +1,6 @@ PORTNAME= tig DISTVERSION= 2.5.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/jonas/tig/releases/download/${DISTNAME}/ @@ -14,6 +15,7 @@ TEST_DEPENDS= git:devel/git USES= gmake iconv ncurses readline GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} MAKE_ARGS= V=1 @@ -27,9 +29,9 @@ DO_MAKE_TEST= script -q /dev/null ${SETENV} ${TEST_ENV} ${GMAKE} PLIST_FILES= bin/tig \ '@sample etc/tigrc.sample' \ - man/man1/tig.1.gz \ - man/man5/tigrc.5.gz \ - man/man7/tigmanual.7.gz + share/man/man1/tig.1.gz \ + share/man/man5/tigrc.5.gz \ + share/man/man7/tigmanual.7.gz OPTIONS_DEFINE= GIT PCRE