misc/raspberrypi-gpioshutdown: fix man page install path
Reported by: Yuri Pankov <yuripv@yuripv.net>
This commit is contained in:
parent
0703c04514
commit
7930373c72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478421
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ USE_RC_SUBR= ${KMODNAME}
|
|||
|
||||
do-install:
|
||||
${INSTALL_KLD} ${WRKSRC}/${KMODNAME}.ko ${STAGEDIR}${KMODDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/gpioshutdown.4 ${STAGEDIR}${LOCALBASE}/man/man4/
|
||||
${INSTALL_MAN} ${WRKSRC}/gpioshutdown.4 ${STAGEDIR}${PREFIX}/man/man4/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue