Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2024 12:36:07 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a22a7a09b3d8 - main - deskutils/taskwarrior: Move man pages to share/man
Message-ID:  <202403031236.423Ca75A044601@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a22a7a09b3d8641677b4f8e30c96afa4a1816716

commit a22a7a09b3d8641677b4f8e30c96afa4a1816716
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-03 12:12:31 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-03 12:35:43 +0000

    deskutils/taskwarrior: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 deskutils/taskwarrior/Makefile  | 5 +++--
 deskutils/taskwarrior/pkg-plist | 8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/deskutils/taskwarrior/Makefile b/deskutils/taskwarrior/Makefile
index 205cf37b2337..73ac6e0622f0 100644
--- a/deskutils/taskwarrior/Makefile
+++ b/deskutils/taskwarrior/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	taskwarrior
 PORTVERSION=	2.6.2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	deskutils
 
 MAINTAINER=	skreuzer@FreeBSD.org
@@ -22,8 +23,8 @@ GH_TAGNAME=	8baf2db:libshared
 GH_SUBDIR=	src/libshared:libshared
 
 CMAKE_ARGS+=	-DTASK_DOCDIR:STRING=${DATADIR:S/${PREFIX}\///} \
-		-DTASK_MAN1DIR:STRING=man/man1 \
-		-DTASK_MAN5DIR:STRING=man/man5 \
+		-DTASK_MAN1DIR:STRING=share/man/man1 \
+		-DTASK_MAN5DIR:STRING=share/man/man5 \
 		-DCMAKE_BUILD_TYPE=release
 
 SHEBANG_FILES=	scripts/*/*.pl \
diff --git a/deskutils/taskwarrior/pkg-plist b/deskutils/taskwarrior/pkg-plist
index 228e4a7a0a75..abca4f0b66e1 100644
--- a/deskutils/taskwarrior/pkg-plist
+++ b/deskutils/taskwarrior/pkg-plist
@@ -1,8 +1,8 @@
 bin/task
-man/man1/task.1.gz
-man/man5/task-color.5.gz
-man/man5/task-sync.5.gz
-man/man5/taskrc.5.gz
+share/man/man1/task.1.gz
+share/man/man5/task-color.5.gz
+share/man/man5/task-sync.5.gz
+share/man/man5/taskrc.5.gz
 %%DATADIR%%/AUTHORS
 %%DATADIR%%/COPYING
 %%DATADIR%%/ChangeLog



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403031236.423Ca75A044601>