Date: Sun, 25 Feb 2024 17:20:12 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 26d94aac255f - main - sysutils/dtpstree: Moved man to share/man Message-ID: <202402251720.41PHKCtF055364@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=26d94aac255f4e77c832212c9069653194e50048 commit 26d94aac255f4e77c832212c9069653194e50048 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 16:41:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 17:19:00 +0000 sysutils/dtpstree: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/dtpstree/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/dtpstree/Makefile b/sysutils/dtpstree/Makefile index b874ca756f4b..0294f38075eb 100644 --- a/sysutils/dtpstree/Makefile +++ b/sysutils/dtpstree/Makefile @@ -1,5 +1,6 @@ PORTNAME= dtpstree PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://dl1.douglasthrift.net/${PORTNAME}/ \ http://dl2.douglasthrift.net/${PORTNAME}/ @@ -12,10 +13,11 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share MAKEFILE= GNUmakefile USES= gmake ncurses tar:xz PLIST_FILES= bin/dtpstree \ - man/man1/dtpstree.1.gz + share/man/man1/dtpstree.1.gz .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251720.41PHKCtF055364>