misc/raspberrypi-gpioshutdown: fix man page install path

Reported by:	Yuri Pankov <yuripv@yuripv.net>
This commit is contained in:
Steve Wills 2018-08-29 21:39:38 +00:00
parent 0703c04514
commit 7930373c72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478421

View file

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