git: 334279c31dda - main - sysutils/monit: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 06:35:20 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=334279c31dda5a83c5841b44f756422fdf9169ce commit 334279c31dda5a83c5841b44f756422fdf9169ce Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 06:03:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 06:03:11 +0000 sysutils/monit: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/monit/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index 4eb229337bea..4822dc3942ee 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -1,5 +1,6 @@ PORTNAME= monit DISTVERSION= 5.33.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://mmonit.com/monit/dist/ @@ -15,12 +16,13 @@ CPE_VENDOR= m${PORTNAME} USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share SUB_FILES= pkg-message PLIST_FILES= bin/monit \ etc/monitrc.sample \ - man/man1/monit.1.gz + share/man/man1/monit.1.gz PORTDOCS= CHANGES COPYING