misc/raspberrypi-gpioshutdown: Fix man page installation

Reported by:	mat
This commit is contained in:
Steve Wills 2018-08-29 21:01:40 +00:00
parent 6f97d1caf8
commit 7f50d87488
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478419

View File

@ -20,7 +20,6 @@ USE_RC_SUBR= ${KMODNAME}
do-install:
${INSTALL_KLD} ${WRKSRC}/${KMODNAME}.ko ${STAGEDIR}${KMODDIR}
${GZIP_CMD} ${WRKSRC}/gpioshutdown.4
${INSTALL} ${WRKSRC}/gpioshutdown.4.gz ${STAGEDIR}${LOCALBASE}/man/man4/gpioshutdown.4.gz
${INSTALL_MAN} ${WRKSRC}/gpioshutdown.4 ${STAGEDIR}${LOCALBASE}/man/man4/
.include <bsd.port.mk>