Date: Mon, 26 Feb 2024 07:41:55 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: 07515e4720da - main - sysutils/wmcpuload: Moved man to share/man Message-ID: <202402260741.41Q7ftmT022367@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=07515e4720daee617888a38d2122751feab5a4e7 commit 07515e4720daee617888a38d2122751feab5a4e7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 07:35:45 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 07:35:45 +0000 sysutils/wmcpuload: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/wmcpuload/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/wmcpuload/Makefile b/sysutils/wmcpuload/Makefile index ed7a9372db59..50569859c685 100644 --- a/sysutils/wmcpuload/Makefile +++ b/sysutils/wmcpuload/Makefile @@ -1,5 +1,6 @@ PORTNAME= wmcpuload DISTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= sysutils windowmaker MASTER_SITES= https://www.dockapps.net/download/ @@ -12,10 +13,11 @@ LICENSE= GPLv2 USES= xorg USE_XORG+= x11 xext xpm GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PORTDOCS= ChangeLog README PLIST_FILES= "@(,kmem,2555) bin/wmcpuload" \ - man/man1/wmcpuload.1.gz + share/man/man1/wmcpuload.1.gz OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402260741.41Q7ftmT022367>