Skip to content

Commit

Permalink
misc/raspberrypi-gpioshutdown: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 18, 2024
1 parent 2bfbe28 commit 6e4fdd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion misc/raspberrypi-gpioshutdown/Makefile
@@ -1,5 +1,6 @@
PORTNAME= raspberrypi-gpioshutdown
DISTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://mrp3.com/

Expand All @@ -18,6 +19,7 @@ USE_RC_SUBR= ${KMODNAME}

do-install:
${INSTALL_KLD} ${WRKSRC}/${KMODNAME}.ko ${STAGEDIR}${KMODDIR}
${INSTALL_MAN} ${WRKSRC}/gpioshutdown.4 ${STAGEDIR}${PREFIX}/man/man4/
${INSTALL_MAN} ${WRKSRC}/gpioshutdown.4 \
${STAGEDIR}${PREFIX}/share/man/man4/

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion misc/raspberrypi-gpioshutdown/pkg-plist
@@ -1,2 +1,2 @@
/%%KMODDIR%%/gpioshutdown.ko
man/man4/gpioshutdown.4.gz
share/man/man4/gpioshutdown.4.gz

0 comments on commit 6e4fdd5

Please sign in to comment.