git: c065f798caa1 - main - devel/devtodo: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 11:25:28 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c065f798caa1ac17c456b42833d5a26df5ed39c4 commit c065f798caa1ac17c456b42833d5a26df5ed39c4 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 10:55:59 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 11:25:04 +0000 devel/devtodo: Moved man to share/man Approved by: portmgr (blanket) --- devel/devtodo/Makefile | 3 ++- devel/devtodo/pkg-plist | 14 +++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/devel/devtodo/Makefile b/devel/devtodo/Makefile index 2e78dd1fcf97..36496a42cf4d 100644 --- a/devel/devtodo/Makefile +++ b/devel/devtodo/Makefile @@ -1,6 +1,6 @@ PORTNAME= devtodo PORTVERSION= 0.1.20 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://swapoff.org/files/devtodo/ @@ -11,6 +11,7 @@ WWW= https://swapoff.org/devtodo.html CONFLICTS_INSTALL= deforaos-todo tdl todo GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= ncurses readline OPTIONS_DEFINE= EXAMPLES diff --git a/devel/devtodo/pkg-plist b/devel/devtodo/pkg-plist index ad538def698f..121f630525f1 100644 --- a/devel/devtodo/pkg-plist +++ b/devel/devtodo/pkg-plist @@ -6,13 +6,13 @@ bin/tdl bin/tdr bin/todo @sample etc/todorc.sample -man/man1/devtodo.1.gz -man/man1/tda.1.gz -man/man1/tdd.1.gz -man/man1/tde.1.gz -man/man1/tdl.1.gz -man/man1/tdr.1.gz -man/man1/todo.1.gz +share/man/man1/devtodo.1.gz +share/man/man1/tda.1.gz +share/man/man1/tdd.1.gz +share/man/man1/tde.1.gz +share/man/man1/tdl.1.gz +share/man/man1/tdr.1.gz +share/man/man1/todo.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts.tcsh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/todorc.example