git: d14755255a95 - main - sysutils/wmdiskmon: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 07:41:56 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d14755255a9531082603ca3b62682faa5b130cab commit d14755255a9531082603ca3b62682faa5b130cab Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 07:36:17 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 07:36:17 +0000 sysutils/wmdiskmon: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/wmdiskmon/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/wmdiskmon/Makefile b/sysutils/wmdiskmon/Makefile index b96154603da0..ef22a3d05df7 100644 --- a/sysutils/wmdiskmon/Makefile +++ b/sysutils/wmdiskmon/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmdiskmon PORTVERSION= 0.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils windowmaker MASTER_SITES= http://tnemeth.free.fr/projets/programmes/ @@ -11,9 +11,10 @@ WWW= http://tnemeth.free.fr/projets/dockapps.html USES= xorg USE_XORG= x11 xpm GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --program-prefix="" -PLIST_FILES= "@(,kmem,2555) bin/${PORTNAME}" man/man1/${PORTNAME}.1.gz +PLIST_FILES= "@(,kmem,2555) bin/${PORTNAME}" share/man/man1/${PORTNAME}.1.gz post-patch: @${REINPLACE_CMD} '/SETGID_FLAGS=/d' ${WRKSRC}/configure