Skip to content

Commit

Permalink
sysutils/i2c-tools: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
VVD committed Mar 5, 2024
1 parent 649f03a commit 597398b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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/

Expand All @@ -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

Expand Down

0 comments on commit 597398b

Please sign in to comment.