git: f69540929382 - main - sysutils/ipmitool: Install man pages under share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 18:41:27 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=f695409293829d31884d44f440593715d581c7bd commit f695409293829d31884d44f440593715d581c7bd Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2024-02-26 18:20:34 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-02-26 18:41:14 +0000 sysutils/ipmitool: Install man pages under share/man Sponsored by: The FreeBSD Foundation --- sysutils/ipmitool/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index 9cb658dea448..e29281f5fa18 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -1,6 +1,6 @@ PORTNAME= ipmitool PORTVERSION= 1.8.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= SF @@ -14,8 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:bzip2 gmake readline ssl CPE_VENDOR= sun GNU_CONFIGURE= yes -PLIST_FILES= bin/ipmitool man/man1/ipmitool.1.gz man/man8/ipmievd.8.gz \ - sbin/ipmievd share/ipmitool/oem_ibm_sel_map \ +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +PLIST_FILES= bin/ipmitool \ + share/man/man1/ipmitool.1.gz \ + share/man/man8/ipmievd.8.gz \ + sbin/ipmievd \ + share/ipmitool/oem_ibm_sel_map \ ${PERIODIC_DIR}/400.status-ipmi SUB_FILES= status-ipmi.sh PORTDOCS= AUTHORS COPYING ChangeLog README