aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2018-08-30 05:39:38 +0800
committerswills <swills@FreeBSD.org>2018-08-30 05:39:38 +0800
commit6e8975f3fb8f9aa24ed8dd83c7fe87f78a2072cf (patch)
tree93494ef50150d904e15044013024d84b0d9dd846
parentd1cf8ce82b32420930eb2bfbfed1e552677f8ac6 (diff)
downloadfreebsd-ports-gnome-6e8975f3fb8f9aa24ed8dd83c7fe87f78a2072cf.tar.gz
freebsd-ports-gnome-6e8975f3fb8f9aa24ed8dd83c7fe87f78a2072cf.tar.zst
freebsd-ports-gnome-6e8975f3fb8f9aa24ed8dd83c7fe87f78a2072cf.zip
misc/raspberrypi-gpioshutdown: fix man page install path
Reported by: Yuri Pankov <yuripv@yuripv.net>
-rw-r--r--misc/raspberrypi-gpioshutdown/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/raspberrypi-gpioshutdown/Makefile b/misc/raspberrypi-gpioshutdown/Makefile
index ead27d5371db..816810db9aad 100644
--- a/misc/raspberrypi-gpioshutdown/Makefile
+++ b/misc/raspberrypi-gpioshutdown/Makefile
@@ -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>