git: 597398b50575 - main - sysutils/i2c-tools: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Mar 2024 23:39:41 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=597398b5057507d1f6e6f9074e57ce4c4838b779 commit 597398b5057507d1f6e6f9074e57ce4c4838b779 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-03-05 21:01:34 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-03-05 23:35:43 +0000 sysutils/i2c-tools: Move man pages to share/man Approved by: portmgr (blanket) --- sysutils/i2c-tools/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/i2c-tools/Makefile b/sysutils/i2c-tools/Makefile index 0deca7d3052f..f79d689fadfe 100644 --- a/sysutils/i2c-tools/Makefile +++ b/sysutils/i2c-tools/Makefile @@ -1,5 +1,6 @@ PORTNAME= i2c-tools PORTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://mirrors.edge.kernel.org/pub/software/utils/i2c-tools/ @@ -13,12 +14,12 @@ NO_BUILD= yes USES= perl5 shebangfix tar:xz USE_PERL5= run -PLIST_FILES= man/man1/decode-dimms.1.gz sbin/decode-dimms +PLIST_FILES= sbin/decode-dimms share/man/man1/decode-dimms.1.gz SHEBANG_FILES= eeprom/decode-dimms do-install: ${INSTALL_MAN} ${WRKSRC}/eeprom/decode-dimms.1 \ - ${STAGEDIR}${PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL_SCRIPT} ${WRKSRC}/eeprom/decode-dimms \ ${STAGEDIR}${PREFIX}/sbin