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

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


Author: swills
Date: Wed Aug 29 21:39:38 2018
New Revision: 478421
URL: https://svnweb.freebsd.org/changeset/ports/478421

Log:
  misc/raspberrypi-gpioshutdown: fix man page install path
  
  Reported by:	Yuri Pankov <yuripv at yuripv.net>

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

Modified: head/misc/raspberrypi-gpioshutdown/Makefile
==============================================================================
--- head/misc/raspberrypi-gpioshutdown/Makefile	Wed Aug 29 21:15:57 2018	(r478420)
+++ head/misc/raspberrypi-gpioshutdown/Makefile	Wed Aug 29 21:39:38 2018	(r478421)
@@ -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>


More information about the svn-ports-all mailing list