aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2024-03-05 21:01:34 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2024-03-05 23:35:43 +0000
commit597398b5057507d1f6e6f9074e57ce4c4838b779 (patch)
treedef991a3bed9551ea77ff31dbc0c12326de9d39f
parent649f03afc9b91d3834ae7d6f4b875198ac94d787 (diff)
downloadports-597398b5057507d1f6e6f9074e57ce4c4838b779.tar.gz
ports-597398b5057507d1f6e6f9074e57ce4c4838b779.zip
sysutils/i2c-tools: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/i2c-tools/Makefile5
1 files 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