Date: Wed, 29 Aug 2018 21:39:39 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478421 - head/misc/raspberrypi-gpioshutdown Message-ID: <201808292139.w7TLddgY047905@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808292139.w7TLddgY047905>