git: 07515e4720da - main - sysutils/wmcpuload: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 07:41:55 UTC
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