svn commit: r478362 - in head/misc: . raspberrypi-gpioshutdown raspberrypi-gpioshutdown/files

Mathieu Arnold mat at FreeBSD.org
Wed Aug 29 20:48:09 UTC 2018


On Wed, Aug 29, 2018 at 05:30:03PM +0000, Steve Wills wrote:
> +do-install:
> +	${INSTALL_KLD} ${WRKSRC}/${KMODNAME}.ko ${STAGEDIR}${KMODDIR}
> +	${GZIP_CMD} ${WRKSRC}/gpioshutdown.4

You do not need to gzip this, it will be automlatically be done by the
framework.

> +	${INSTALL} ${WRKSRC}/gpioshutdown.4.gz ${STAGEDIR}${LOCALBASE}/man/man4/gpioshutdown.4.gz

Never use INSTALL directly, in this case, it should be INSTALL_MAN.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180829/cf035067/attachment.sig>


More information about the svn-ports-all mailing list