svn commit: r478419 - head/misc/raspberrypi-gpioshutdown

Steve Wills swills at FreeBSD.org
Wed Aug 29 21:01:41 UTC 2018


Author: swills
Date: Wed Aug 29 21:01:40 2018
New Revision: 478419
URL: https://svnweb.freebsd.org/changeset/ports/478419

Log:
  misc/raspberrypi-gpioshutdown: Fix man page installation
  
  Reported by:	mat

Modified:
  head/misc/raspberrypi-gpioshutdown/Makefile   (contents, props changed)

Modified: head/misc/raspberrypi-gpioshutdown/Makefile
==============================================================================
--- head/misc/raspberrypi-gpioshutdown/Makefile	Wed Aug 29 20:49:02 2018	(r478418)
+++ head/misc/raspberrypi-gpioshutdown/Makefile	Wed Aug 29 21:01:40 2018	(r478419)
@@ -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>


More information about the svn-ports-all mailing list