Date: Mon, 26 Feb 2024 05:44:48 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: 85135199f722 - main - sysutils/htop: Moved man to share/man Message-ID: <202402260544.41Q5imKe015499@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=85135199f722ce7e3fa46f229f46de311a94681b commit 85135199f722ce7e3fa46f229f46de311a94681b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 05:38:58 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 05:38:58 +0000 sysutils/htop: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/htop/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index 06d12edfd414..260bc3b87484 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -1,6 +1,6 @@ PORTNAME= htop DISTVERSION= 3.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= gaod@hychen.org @@ -17,10 +17,11 @@ USE_GITHUB= yes GH_ACCOUNT= htop-dev GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-unicode PLIST_FILES= bin/htop \ - man/man1/htop.1.gz \ + share/man/man1/htop.1.gz \ share/applications/htop.desktop \ share/icons/hicolor/scalable/apps/htop.svg \ share/pixmaps/htop.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402260544.41Q5imKe015499>